SeniorListStyle class

Constructors

SeniorListStyle({Color? emphasisTitleColor, Color? emphasisRightLabelColor, Color? lineColor, Color? neutralTitleColor, Color? neutralRightLabelColor, Color? rightIconColor, Color? subtitleColor})
Style definitions for the SeniorList component.
const

Properties

emphasisRightLabelColor Color?
Defines the color of the label on the right of emphasis list items.
final
emphasisTitleColor Color?
Defines the title color of list items of type emphasis.
final
hashCode int
The hash code for this object.
no setterinherited
lineColor Color?
Defines the color of the line that separates list items.
final
neutralRightLabelColor Color?
Defines the color of the label on the right of neutral list items.
final
neutralTitleColor Color?
Defines the title color of neutral list items.
final
rightIconColor Color?
Defines the color of the icon on the right.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleColor Color?
Defines the subtitle color of the list item.
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