NomoScaffoldThemeDataNullable constructor

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

Implementation

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