CNTabBarItem constructor
const
CNTabBarItem({
- String? label,
- CNSymbol? icon,
- CNSymbol? activeIcon,
- String? badge,
- IconData? customIcon,
- IconData? activeCustomIcon,
- CNImageAsset? imageAsset,
- CNImageAsset? activeImageAsset,
Creates a tab bar item description.
Implementation
const CNTabBarItem({
this.label,
this.icon,
this.activeIcon,
this.badge,
this.customIcon,
this.activeCustomIcon,
this.imageAsset,
this.activeImageAsset,
});