Change Type of sec act but
This commit is contained in:
parent
c4692710cd
commit
47186d55cd
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ class MIHLayoutBuilder extends StatefulWidget {
|
|||
final MIHHeader header;
|
||||
final MIHBody body;
|
||||
final MIHAppDrawer? actionDrawer;
|
||||
final MIHAppDrawer? secondaryActionDrawer;
|
||||
final Widget? secondaryActionDrawer;
|
||||
final Widget? bottomNavBar;
|
||||
|
||||
//final String type;
|
||||
|
|
@ -75,7 +75,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
|||
return Scaffold(
|
||||
//drawerEnableOpenDragGesture: true,
|
||||
drawer: widget.actionDrawer,
|
||||
endDrawer: widget.secondaryActionButton,
|
||||
endDrawer: widget.secondaryActionDrawer,
|
||||
body: SafeArea(
|
||||
child: SizedBox(
|
||||
width: screenSize.width,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue