SeniorMenuListItemThemeData class

Constructors

SeniorMenuListItemThemeData({SeniorMenuListItemStyle? style})
Theme definitions for the SeniorMenuListItem component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorMenuListItemStyle?
Component style definitions. Allows you to configure: SeniorMenuListItemStyle.iconColor the color of the item's icon. SeniorMenuListItemStyle.pushIconColor the color of the item's action icon. SeniorMenuListItemStyle.disabledPushIconColor the color of the item's action icon when disabled. SeniorMenuListItemStyle.subtitleColor the item's subtitle color. SeniorMenuListItemStyle.titleColor the color of the item's title.
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