NomoScaffoldThemeData constructor

const NomoScaffoldThemeData({
  1. Color backgroundColor = Colors.white,
  2. EdgeInsetsGeometry padding = EdgeInsets.zero,
  3. bool showBottomBar = false,
  4. bool showSider = true,
})

Implementation

const NomoScaffoldThemeData({
  this.backgroundColor = Colors.white,
  this.padding = EdgeInsets.zero,
  this.showBottomBar = false,
  this.showSider = true,
});