NomoScaffoldSizingData constructor

const NomoScaffoldSizingData(
  1. {dynamic padding = const EdgeInsets.all(16),
  2. bool showBottomBar = false,
  3. bool showSider = true}
)

Implementation

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