BubbleNavItem constructor
const
BubbleNavItem({})
Implementation
const BubbleNavItem({
this.page,
this.icon,
this.activeIcon,
this.label,
this.customWidget,
this.onPress,
}) : assert(
icon != null || customWidget != null,
'Must provide an icon or customWidget',
);