|
|
@ -54,7 +54,6 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
body: Center( |
|
|
|
body: Center( |
|
|
|
child: ConstrainedBox( |
|
|
|
child: ConstrainedBox( |
|
|
|
constraints: NeonDialogTheme.of(context).constraints, |
|
|
|
constraints: NeonDialogTheme.of(context).constraints, |
|
|
|
child: Scrollbar( |
|
|
|
|
|
|
|
child: SingleChildScrollView( |
|
|
|
child: SingleChildScrollView( |
|
|
|
padding: const EdgeInsets.all(10), |
|
|
|
padding: const EdgeInsets.all(10), |
|
|
|
primary: true, |
|
|
|
primary: true, |
|
|
@ -122,7 +121,6 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|