mirror of
https://github.com/flutter/samples.git
synced 2026-07-14 13:01:23 +00:00
Analysis options, fixes, and formatting (#110)
This commit is contained in:
@@ -72,7 +72,7 @@ Route<dynamic> _getRoute(RouteSettings settings) {
|
||||
|
||||
return MaterialPageRoute<void>(
|
||||
settings: settings,
|
||||
builder: (BuildContext context) => LoginPage(),
|
||||
builder: (context) => LoginPage(),
|
||||
fullscreenDialog: true,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user