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