IconStyleData class

Constructors

IconStyleData({Color? collapsedIconColor, Color? expandedIconColor, Color? selectedIconColor, Color? backgroundSelectedIconColor, Color? unselectedIconColor, Widget? tailingIcon, Widget? selectionCustomIcon, bool? allowDefaultRotation = true})
const

Properties

allowDefaultRotation bool?
final
backgroundSelectedIconColor Color?
final
collapsedIconColor Color?
final
expandedIconColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIconColor Color?
final
selectionCustomIcon Widget?
final
tailingIcon Widget?
final
unselectedIconColor Color?
final

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