NomoScaffoldSizingDataNullable constructor

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

Implementation

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