ConvexBottomAppBarV2 constructor
const
ConvexBottomAppBarV2({
- required ConvexTabController controller,
- required List<
ConvexBottomAppBarItem> items, - Key? key,
- Color? backgroundColor,
- double? elevation,
- NotchedShape? shape,
- Clip clipBehavior = Clip.none,
- double notchMargin = 5.0,
- EdgeInsetsGeometry? padding,
- Color? surfaceTintColor,
- Color? shadowColor,
- double? height,
- Color? indicatorColor,
- Color? selectedColor,
- Color? unSelectedColor,
- Color? unSelectedTitleColor,
- Color? selectedTitleColor,
- bool isUseHapticFeedback = false,
- bool isUseSafeArea = true,
- bool bottomSafeArea = true,
- 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,
});