Update loyout Builder and update all widgets that call it
This commit is contained in:
parent
2f05d66a95
commit
0c85d560a0
17 changed files with 71 additions and 11 deletions
|
|
@ -355,6 +355,8 @@ class _ForgotPasswordState extends State<ForgotPassword> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -411,6 +411,8 @@ class _RegisterState extends State<Register> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -413,6 +413,8 @@ class _ResetPasswordState extends State<ResetPassword> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -578,6 +578,8 @@ class _SignInState extends State<SignIn> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue