NomoScaffoldSizingDataNullable constructor

const NomoScaffoldSizingDataNullable({
  1. EdgeInsetsGeometry? padding,
  2. bool? showBottomBar,
  3. bool? showSider,
})

Implementation

const NomoScaffoldSizingDataNullable({
  this.padding,
  this.showBottomBar,
  this.showSider,
});