NomoScaffoldThemeData constructor
const
NomoScaffoldThemeData({
- Color backgroundColor = Colors.white,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool showBottomBar = false,
- bool showSider = true,
Implementation
const NomoScaffoldThemeData({
this.backgroundColor = Colors.white,
this.padding = EdgeInsets.zero,
this.showBottomBar = false,
this.showSider = true,
});