Update loyout Builder and update all widgets that call it
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user