NomoScaffoldSizingData constructor
const
NomoScaffoldSizingData({
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool showBottomBar = false,
- bool showSider = true,
Implementation
const NomoScaffoldSizingData({
this.padding = EdgeInsets.zero,
this.showBottomBar = false,
this.showSider = true,
});