NomoScaffold constructor
const
NomoScaffold({
- required Widget child,
- Key? key,
- NomoAppBar? appBar,
- Widget? bottomBar,
- Widget? sider,
- Widget? bottomSheet,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- bool? showBottomBar,
- bool? showSider,
- Widget? drawer,
- Widget? nestedAppBar,
- Widget? endDrawer,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- DecorationImage? backgroundImage,
Implementation
const NomoScaffold({
required this.child,
super.key,
this.appBar,
this.bottomBar,
this.sider,
this.bottomSheet,
this.padding,
this.backgroundColor,
this.showBottomBar,
this.showSider,
this.drawer,
this.nestedAppBar,
this.endDrawer,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.backgroundImage,
});