CNTabBar constructor
const
CNTabBar({})
Creates a Cupertino-native tab bar.
Implementation
const CNTabBar({
super.key,
required this.items,
required this.currentIndex,
required this.onTap,
this.tint,
this.backgroundColor,
this.iconSize,
this.height,
this.split = false,
this.rightCount = 1,
this.shrinkCentered = true,
this.splitSpacing = 8.0,
});