NomoBottomBarThemeDataNullable constructor

const NomoBottomBarThemeDataNullable(
  1. {dynamic foreground,
  2. dynamic background,
  3. dynamic selectedForeground,
  4. dynamic borderRadius,
  5. double? height,
  6. double? spacing,
  7. double? iconSize,
  8. dynamic padding,
  9. dynamic itemPadding}
)

Implementation

const NomoBottomBarThemeDataNullable({
  this.foreground,
  this.background,
  this.selectedForeground,
  this.borderRadius,
  this.height,
  this.spacing,
  this.iconSize,
  this.padding,
  this.itemPadding,
});