KinBottomBar constructor
const
KinBottomBar({
- Key? key,
- int initialIndex = 0,
- int? currentIndex,
- ValueChanged<
int> ? onTabChanged, - Color? selectedIconColor,
- Color? unselectedIconColor,
- Color? selectedLabelColor,
- Color? unselectedLabelColor,
- double iconSize = 24,
- double height = 62,
- double borderRadius = 32,
- double barBlurSigma = 10,
- double selectorBlurSigma = 6,
- List<
Widget> ? items, - List<
String> ? labels, - TextStyle? labelStyle,
Implementation
const KinBottomBar({
super.key,
this.initialIndex = 0,
this.currentIndex,
this.onTabChanged,
this.selectedIconColor,
this.unselectedIconColor,
this.selectedLabelColor,
this.unselectedLabelColor,
this.iconSize = 24,
this.height = 62,
this.borderRadius = 32,
this.barBlurSigma = 10,
this.selectorBlurSigma = 6,
this.items,
this.labels,
this.labelStyle,
});