|
|
|
|
@ -140,16 +140,16 @@ class _LoginState extends State<Login> {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 140 * AppStyle.getScaleFactor(context),),
|
|
|
|
|
AOutLinedButton(
|
|
|
|
|
text: _subtitle.signUp,
|
|
|
|
|
//color: AColors.cyan,
|
|
|
|
|
onPressed: (){
|
|
|
|
|
Navigator.of(context).pushNamed(Register.id);
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
// SizedBox(height: 140 * AppStyle.getScaleFactor(context),),
|
|
|
|
|
// AOutLinedButton(
|
|
|
|
|
// text: _subtitle.signUp,
|
|
|
|
|
// //color: AColors.cyan,
|
|
|
|
|
// onPressed: (){
|
|
|
|
|
// Navigator.of(context).pushNamed(Register.id);
|
|
|
|
|
// },
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
|
|
SizedBox(height: 32,),
|
|
|
|
|
const SizedBox(height: 32,),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|