FxBottomNavigationBar constructor

FxBottomNavigationBar({
  1. required List<FxBottomNavigationBarItem>? itemList,
  2. Duration? animationDuration,
  3. Color? indicatorColor,
  4. double? indicatorSize,
  5. Decoration? indicatorDecoration,
  6. FxBottomNavigationBarType? fxBottomNavigationBarType,
  7. bool showLabel = true,
  8. Color? activeContainerColor,
  9. Color? backgroundColor,
  10. bool? showActiveLabel,
  11. Axis? labelDirection = Axis.horizontal,
  12. double labelSpacing = 8,
  13. TextStyle? activeTitleStyle,
  14. TextStyle? titleStyle,
  15. int initialIndex = 0,
  16. Color? activeTitleColor,
  17. Color? titleColor,
  18. double? activeTitleSize,
  19. double? titleSize,
  20. Color? iconColor,
  21. Color? activeIconColor,
  22. double? iconSize,
  23. double? activeIconSize,
  24. Decoration? containerDecoration,
  25. BoxShape? containerShape,
  26. EdgeInsetsGeometry? outerPadding,
  27. EdgeInsetsGeometry? outerMargin,
  28. double? containerRadius,
  29. EdgeInsetsGeometry? containerPadding,
})

Implementation

FxBottomNavigationBar(
    {required this.itemList,
    this.animationDuration,
    this.indicatorColor,
    this.indicatorSize,
    this.indicatorDecoration,
    this.fxBottomNavigationBarType,
    this.showLabel = true,
    this.activeContainerColor,
    this.backgroundColor,
    this.showActiveLabel,
    this.labelDirection = Axis.horizontal,
    this.labelSpacing = 8,
    this.activeTitleStyle,
    this.titleStyle,
    this.initialIndex = 0,
    this.activeTitleColor,
    this.titleColor,
    this.activeTitleSize,
    this.titleSize,
    this.iconColor,
    this.activeIconColor,
    this.iconSize,
    this.activeIconSize,
    this.containerDecoration,
    this.containerShape,
      this.outerPadding,
      this.outerMargin,
      this.containerRadius,
      this.containerPadding
    });