NomoScaffoldThemeDataNullable constructor
const
NomoScaffoldThemeDataNullable({
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- bool? showBottomBar,
- bool? showSider,
Implementation
const NomoScaffoldThemeDataNullable({
this.backgroundColor,
this.padding,
this.showBottomBar,
this.showSider,
});