GrockAdaptiveBottomNavigation constructor

const GrockAdaptiveBottomNavigation({
  1. Key? key,
  2. required List<BottomNavigationBarItem> items,
  3. int currentIndex = 0,
  4. ValueChanged<int>? onTap,
  5. Color? selectedItemColor,
  6. Color? unselectedItemColor,
  7. Color? backgroundColor,
  8. double? iconSize,
  9. bool useMaterial3 = true,
  10. BottomNavigationBarThemeData? androidThemeData,
  11. TextStyle? iosTextStyle,
})

Implementation

const GrockAdaptiveBottomNavigation({
  super.key,
  required this.items,
  this.currentIndex = 0,
  this.onTap,
  this.selectedItemColor,
  this.unselectedItemColor,
  this.backgroundColor,
  this.iconSize,
  this.useMaterial3 = true,
  this.androidThemeData,
  this.iosTextStyle,
});