AnimatedBarOptions constructor
AnimatedBarOptions({
- double iconSize = 26.0,
- EdgeInsets? padding,
- bool inkEffect = false,
- Color? inkColor = Colors.grey,
- double? opacity = 0.8,
- BarAnimation barAnimation = BarAnimation.fade,
- IconStyle? iconStyle = IconStyle.Default,
Implementation
AnimatedBarOptions({
this.iconSize = 26.0,
this.padding,
this.inkEffect = false,
this.inkColor = Colors.grey,
this.opacity = 0.8,
this.barAnimation = BarAnimation.fade,
this.iconStyle = IconStyle.Default,
});