NomoBottomBarColorDataNullable constructor

const NomoBottomBarColorDataNullable(
  1. {dynamic foreground,
  2. dynamic background,
  3. dynamic selectedForeground,
  4. dynamic borderRadius}
)

Implementation

const NomoBottomBarColorDataNullable({
  this.foreground,
  this.background,
  this.selectedForeground,
  this.borderRadius,
});