gest added
This commit is contained in:
@@ -11,13 +11,15 @@ class RestorePasswordLayout extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: ListView(
|
||||
children: const [
|
||||
RestorePasswordTopSection(),
|
||||
RestorePasswordForm(),
|
||||
Gap(150),
|
||||
RestorePasswordBottomSection(),
|
||||
],
|
||||
));
|
||||
backgroundColor: Colors.white,
|
||||
body: ListView(
|
||||
children: const [
|
||||
RestorePasswordTopSection(),
|
||||
RestorePasswordForm(),
|
||||
Gap(150),
|
||||
RestorePasswordBottomSection(),
|
||||
],
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,13 +11,15 @@ class RestorePasswordPhoneVerificationLayout extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: ListView(
|
||||
children: const [
|
||||
RestorePasswordPhoneVerificationTopSection(),
|
||||
RestorePasswordPhoneVerificationForm(),
|
||||
Gap(150),
|
||||
RestorePasswordPhoneVerificationBottomSection(),
|
||||
],
|
||||
));
|
||||
backgroundColor: Colors.white,
|
||||
body: ListView(
|
||||
children: const [
|
||||
RestorePasswordPhoneVerificationTopSection(),
|
||||
RestorePasswordPhoneVerificationForm(),
|
||||
Gap(150),
|
||||
RestorePasswordPhoneVerificationBottomSection(),
|
||||
],
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user