ZeroNavigationBarStyle constructor

const ZeroNavigationBarStyle({
  1. Color? backgroundColor,
  2. double? height,
  3. Color? indicatorColor,
  4. Color? unselectedColor,
  5. Color? selectedColor,
  6. Color? unselectedIconColor,
  7. Color? selectedIconColor,
  8. ZeroNavigationBarIndicatorType? indicatorType,
})

Implementation

const ZeroNavigationBarStyle({
  this.backgroundColor,
  this.height,
  this.indicatorColor,
  this.unselectedColor,
  this.selectedColor,
  this.unselectedIconColor,
  this.selectedIconColor,
  this.indicatorType,
});