diff --git a/lib/widgets/auth/verfiy_account.dart b/lib/widgets/auth/verfiy_account.dart index ca7a9aa8..611bd315 100644 --- a/lib/widgets/auth/verfiy_account.dart +++ b/lib/widgets/auth/verfiy_account.dart @@ -93,7 +93,7 @@ class _VerifyAccountState extends State { buildSizedBox(30), Row( mainAxisAlignment: - MainAxisAlignment.spaceAround, + MainAxisAlignment.spaceAround, children: [ Container( width: SizeConfig.realScreenWidth * 0.20, @@ -131,7 +131,7 @@ class _VerifyAccountState extends State { style: buildTextStyle(), keyboardType: TextInputType.number, decoration: - buildInputDecoration(context), + buildInputDecoration(context), onSaved: (val) { verifyAccountFormValue['digit2'] = val; @@ -158,7 +158,7 @@ class _VerifyAccountState extends State { style: buildTextStyle(), keyboardType: TextInputType.number, decoration: - buildInputDecoration(context), + buildInputDecoration(context), onSaved: (val) { verifyAccountFormValue['digit3'] = val; @@ -183,7 +183,7 @@ class _VerifyAccountState extends State { style: buildTextStyle(), keyboardType: TextInputType.number, decoration: - buildInputDecoration(context), + buildInputDecoration(context), onSaved: (val) { verifyAccountFormValue['digit4'] = val; @@ -209,7 +209,7 @@ class _VerifyAccountState extends State { style: TextStyle( color: Colors.white, fontSize: - 3 * SizeConfig.textMultiplier), + 3 * SizeConfig.textMultiplier), ), ), ), @@ -301,12 +301,12 @@ class _VerifyAccountState extends State { style: new TextStyle( fontSize: 3.0 * SizeConfig.textMultiplier, color: Colors.black), children: [ - new TextSpan(text: 'You will receive a '), - new TextSpan( - text: 'Login Code ', - style: TextStyle(fontWeight: FontWeight.w700)), - new TextSpan(text: 'By ${medthodName}, Please enter the code') - ])); + new TextSpan(text: 'You will receive a '), + new TextSpan( + text: 'Login Code ', + style: TextStyle(fontWeight: FontWeight.w700)), + new TextSpan(text: 'By ${medthodName}, Please enter the code') + ])); return text; } @@ -360,7 +360,7 @@ class _VerifyAccountState extends State { res['List_DoctorProfile'][0], changeLoadingStata); } else { _asyncSimpleDialog(context, res['List_DoctorsClinic'], 'ClinicName', - 'Please Select Clinic') + 'Please Select Clinic') .then((clinicInfo) { ClinicModel clinic = ClinicModel.fromJson(clinicInfo); print(clinicInfo); @@ -419,7 +419,7 @@ class _VerifyAccountState extends State { } /* - *@author: Elham Rababah + *@author: Elham Rababah *@Date:17/5/2020 *@param: ClinicModel clinicInfo, Function changeLoadingStata *@return: