ConvexBottomAppBarV2 constructor

const ConvexBottomAppBarV2({
  1. required ConvexTabController controller,
  2. required List<ConvexBottomAppBarItem> items,
  3. Key? key,
  4. Color? backgroundColor,
  5. double? elevation,
  6. NotchedShape? shape,
  7. Clip clipBehavior = Clip.none,
  8. double notchMargin = 5.0,
  9. EdgeInsetsGeometry? padding,
  10. Color? surfaceTintColor,
  11. Color? shadowColor,
  12. double? height,
  13. Color? indicatorColor,
  14. Color? selectedColor,
  15. Color? unSelectedColor,
  16. Color? unSelectedTitleColor,
  17. Color? selectedTitleColor,
  18. bool isUseHapticFeedback = false,
  19. bool isUseSafeArea = true,
  20. bool bottomSafeArea = true,
  21. EdgeInsets safeAreaMinimumInsets = EdgeInsets.zero,
})

Implementation

const ConvexBottomAppBarV2({
  required this.controller,
  required this.items,
  super.key,
  this.backgroundColor,
  this.elevation,
  this.shape,
  this.clipBehavior = Clip.none,
  this.notchMargin = 5.0,
  this.padding,
  this.surfaceTintColor,
  this.shadowColor,
  this.height,
  this.indicatorColor,
  this.selectedColor,
  this.unSelectedColor,
  this.unSelectedTitleColor,
  this.selectedTitleColor,
  this.isUseHapticFeedback = false,
  this.isUseSafeArea = true,
  this.bottomSafeArea = true,
  this.safeAreaMinimumInsets = EdgeInsets.zero,
});