NomoBottomBarThemeDataNullable constructor

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

Implementation

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