NomoScaffoldSizingData constructor

const NomoScaffoldSizingData({
  1. EdgeInsetsGeometry padding = EdgeInsets.zero,
  2. bool showBottomBar = false,
  3. bool showSider = true,
})

Implementation

const NomoScaffoldSizingData({
  this.padding = EdgeInsets.zero,
  this.showBottomBar = false,
  this.showSider = true,
});