|
@@ -30,7 +30,7 @@ class _DrawerModalPageState extends State<DrawerModalPage> {
|
|
|
Container(
|
|
Container(
|
|
|
height: screenSize.height / 2,
|
|
height: screenSize.height / 2,
|
|
|
color: const Color(0xff009EBA),
|
|
color: const Color(0xff009EBA),
|
|
|
- padding: const EdgeInsetsDirectional.only(top: 80),
|
|
|
|
|
|
|
+ padding: const EdgeInsetsDirectional.only(top: 60),
|
|
|
alignment: Alignment.center,
|
|
alignment: Alignment.center,
|
|
|
child: Column(
|
|
child: Column(
|
|
|
children: <Widget>[
|
|
children: <Widget>[
|
|
@@ -38,8 +38,8 @@ class _DrawerModalPageState extends State<DrawerModalPage> {
|
|
|
child: Image(
|
|
child: Image(
|
|
|
image: AssetImage('static/images/login_bg.png'),
|
|
image: AssetImage('static/images/login_bg.png'),
|
|
|
fit: BoxFit.fill,
|
|
fit: BoxFit.fill,
|
|
|
- width: 200,
|
|
|
|
|
- height: 200,
|
|
|
|
|
|
|
+ width: 300,
|
|
|
|
|
+ height: 300,
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
const SizedBox(height: 30),
|
|
const SizedBox(height: 30),
|