NomoScaffoldThemeDataNullable constructor

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

Implementation

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