SeniorMenuListItemStyle class

Constructors

SeniorMenuListItemStyle({Color? iconColor, Color? disabledPushIconColor, Color? pushIconColor, Color? subtitleColor, Color? titleColor})
Style definitions for the SeniorMenuListItem component.
const

Properties

disabledPushIconColor Color?
Defines the color of the item's action icon when disabled.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Defines the item icon color.
final
pushIconColor Color?
Defines the color of the item's action icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleColor Color?
Defines the item's subtitle color.
final
titleColor Color?
Defines the item's title 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