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
|
|
@ -372,6 +372,8 @@ class _ManageBusinessProfileState extends State<ManageBusinessProfile> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
// return Scaffold(
|
||||
// // appBar: const MIHAppBar(
|
||||
|
|
|
|||
|
|
@ -437,6 +437,8 @@ class _ProfileBusinessAddState extends State<ProfileBusinessAdd> {
|
|||
actionButton: getActionButton(),
|
||||
header: getHeader(),
|
||||
body: getBody(),
|
||||
rightDrawer: null,
|
||||
bottomNavBar: null,
|
||||
);
|
||||
|
||||
// return Scaffold(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue