IconStyle class

Used to customize the icon used with the default indicator.

Constructors

IconStyle({required IconData iconData, Color color = Colors.black, double? fontSize})

Properties

color → Color
The color used to paint the icon. It defaults to (Colors.black).
final
fontSize → double?
The fontSize from the line. If not provided, it will try to adjust the icon size based on the default indicator size. According to (IndicatorStyle.width).
final
hashCode → int
The hash code for this object.
no setterinherited
iconData → IconData
The icon to render.
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