DotBarOptions class

Inheritance

Constructors

DotBarOptions({double iconSize = 26.0, EdgeInsets? padding, bool inkEffect = false, Color? inkColor = Colors.grey, DotStyle dotStyle = DotStyle.circle, Gradient? gradient})

Properties

dotStyle DotStyle
Specifies the style of dot.
final
gradient Gradient?
Specifies the gradient to use for the dot. If not specified, the item's selectedColor will be used as the default color.
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double
Specifies the size of the navigation bar icons. The default value is 26.0.
final
inkColor Color?
Specifies the color of the ink effect. The default color is Colors.grey.
final
inkEffect bool
Specifies whether or not to enable the ink effect for the navigation bar items. The default value is false.
final
padding EdgeInsets?
Specifies the padding around the navigation bar tiles. The default padding is:
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