NomoRouteBodyThemeDataNullable constructor

const NomoRouteBodyThemeDataNullable({
  1. Color? backgroundColor,
  2. Widget? background,
  3. EdgeInsetsGeometry? padding,
  4. double? scrollBarThickness,
  5. Radius? scrollBarRadius,
  6. double? maxContentWidth,
})

Implementation

const NomoRouteBodyThemeDataNullable({
  this.backgroundColor,
  this.background,
  this.padding,
  this.scrollBarThickness,
  this.scrollBarRadius,
  this.maxContentWidth,
});