FluidNavBarStyle constructor

const FluidNavBarStyle({
  1. Color? barBackgroundColor,
  2. Color? iconBackgroundColor,
  3. Color? iconSelectedForegroundColor,
  4. Color? iconUnselectedForegroundColor,
})

Implementation

const FluidNavBarStyle({
  this.barBackgroundColor,
  this.iconBackgroundColor,
  this.iconSelectedForegroundColor,
  this.iconUnselectedForegroundColor,
});