AnimatedBarOptions class

Inheritance

Constructors

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})

Properties

barAnimation BarAnimation
BarAnimation to animate items when current index changes BarAnimation.fade BarAnimation.blink BarAnimation.transform3D BarAnimation.liquid
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double
Change Icon size Default is 26.0
final
iconStyle IconStyle?
Change icon style IconStyle.simple IconStyle.animated
final
inkColor Color?
Change ink color
final
inkEffect bool
Enable ink effect to bubble navigation bar item
final
opacity double?
Specifies the opacity of the navigation bar items' backgrounds. The default value is 0.8.
final
padding EdgeInsets?
Add padding arround navigation tiles
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited