|
|
@ -51,7 +51,8 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
leading: const CloseButton(), |
|
|
|
leading: const CloseButton(), |
|
|
|
) |
|
|
|
) |
|
|
|
: null, |
|
|
|
: null, |
|
|
|
body: Center( |
|
|
|
body: SafeArea( |
|
|
|
|
|
|
|
child: Center( |
|
|
|
child: ConstrainedBox( |
|
|
|
child: ConstrainedBox( |
|
|
|
constraints: NeonDialogTheme.of(context).constraints, |
|
|
|
constraints: NeonDialogTheme.of(context).constraints, |
|
|
|
child: SingleChildScrollView( |
|
|
|
child: SingleChildScrollView( |
|
|
@ -121,6 +122,7 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
), |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|