SeniorListThemeData class

Constructors

SeniorListThemeData({SeniorListStyle? style})
Theme definitions for the SeniorList 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 SeniorListStyle?
Style definitions for the component. Allows you to configure: SeniorListStyle.emphasisTitleColor the title color of list items of type emphasis. SeniorListStyle.lineColor the color of the line that separates the list items. SeniorListStyle.neutralTitleColor the title color of neutral list items. SeniorListStyle.rightIconColor the icon color on the right. SeniorListStyle.emphasisRightLabelColor the color of the label on the right of emphasis list items. SeniorListStyle.neutralRightLabelColor the color of the label on the right of neutral list items. SeniorListStyle.subtitleColor the color of the list item's subtitle.
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