BubbleBarOptions constructor
BubbleBarOptions({
- BubbleBarStyle barStyle = BubbleBarStyle.horizontal,
- BubbleFillStyle bubbleFillStyle = BubbleFillStyle.fill,
- double iconSize = 26.0,
- bool inkEffect = false,
- Color unselectedIconColor = Colors.black,
- BorderRadius? borderRadius,
- EdgeInsets padding = EdgeInsets.zero,
- Color inkColor = Colors.grey,
- double? opacity = 0.8,
Implementation
BubbleBarOptions({
this.barStyle = BubbleBarStyle.horizontal,
this.bubbleFillStyle = BubbleFillStyle.fill,
this.iconSize = 26.0,
this.inkEffect = false,
this.unselectedIconColor = Colors.black,
this.borderRadius,
this.padding = EdgeInsets.zero,
this.inkColor = Colors.grey,
this.opacity = 0.8,
});