|
|
|
|
@ -68,10 +68,9 @@ class _VerificationMethodsScreenState extends State<VerificationMethodsScreen> {
|
|
|
|
|
widthFactor: 0.9,
|
|
|
|
|
child: Column(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: SizeConfig.heightMultiplier * 3,
|
|
|
|
|
height: SizeConfig.heightMultiplier * (SizeConfig.isHeightShort?6:4),
|
|
|
|
|
),
|
|
|
|
|
if(authenticationViewModel.isFromLogin)
|
|
|
|
|
InkWell(
|
|
|
|
|
@ -85,7 +84,7 @@ class _VerificationMethodsScreenState extends State<VerificationMethodsScreen> {
|
|
|
|
|
Column(
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: SizeConfig.heightMultiplier*4,
|
|
|
|
|
height: SizeConfig.heightMultiplier*(SizeConfig.isHeightShort?3:4),
|
|
|
|
|
),
|
|
|
|
|
authenticationViewModel.user != null && isMoreOption == false
|
|
|
|
|
? Column(
|
|
|
|
|
|