DDSBottomNavBar constructor
const
DDSBottomNavBar({
- Key? key,
- required BottomNavBarType type,
- required int currentIndex,
- required ValueChanged<
int> onTap, - required List<
DDSBottomNavItemConfig> items, - Color? selectedItemColor,
- Color? unselectedItemColor,
- Color? shiftableLineColor,
- Color? backgroundColor,
- BorderRadius? borderRadius,
- double? height = 56.0,
- List<
ActionButtonConfig> ? fabActions, - double defaultItemWidth = 56.0,
- Color? shadowColor,
Implementation
const DDSBottomNavBar({
Key? key,
required this.type,
required this.currentIndex,
required this.onTap,
required this.items,
this.selectedItemColor,
this.unselectedItemColor,
this.shiftableLineColor,
this.backgroundColor,
this.borderRadius,
this.height = 56.0,
this.fabActions,
this.defaultItemWidth = 56.0,
this.shadowColor,
}) : super(key: key);