BottomBarBubbleIcon constructor
const
BottomBarBubbleIcon({
- Key? key,
- required BottomBarItem item,
- required Color color,
- bool isSelected = false,
Implementation
const BottomBarBubbleIcon({
Key? key,
required this.item,
required this.color,
this.isSelected = false,
}) : super(key: key);