|
|
|
@ -57,11 +57,9 @@ class _LoginState extends State<Login> {
|
|
|
|
|
child: Column(
|
|
|
|
|
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Image(
|
|
|
|
|
image: const AssetImage('images/login_logo.png'),
|
|
|
|
|
height: MediaQuery.of(context).size.height * .30,
|
|
|
|
|
width:MediaQuery.of(context).size.width * .30,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: MediaQuery.of(context).size.height * .2),
|
|
|
|
|
CircleAvatar(radius: 80, backgroundColor: Color(0XFFF3F1FB)),
|
|
|
|
|
SizedBox(height: MediaQuery.of(context).size.height * .05),
|
|
|
|
|
|
|
|
|
|
SizedBox(height:MediaQuery.of(context).size.height * .04,),
|
|
|
|
|
SizedBox(height:MediaQuery.of(context).size.height * .024,),
|
|
|
|
|