SSBottomNavBarSettings constructor

SSBottomNavBarSettings({
  1. List<SSBottomNavItem>? items,
  2. double? iconSize,
  3. Color? backgroundColor,
  4. Color? color,
  5. Color? selectedColor,
  6. Color? unselectedColor,
  7. List<BoxShadow>? shadow,
  8. bool? isWidthFixed,
  9. bool? visible,
  10. Duration? duration,
})

Implementation

SSBottomNavBarSettings(
    {this.items,
    this.iconSize,
    this.backgroundColor,
    this.color,
    this.selectedColor,
    this.unselectedColor,
    this.shadow,
    this.isWidthFixed,
    this.visible,
    this.duration});