SeniorExpandableListThemeData class

Constructors

SeniorExpandableListThemeData({SeniorExpandableListStyle? style})
Theme definitions for the SeniorExpandableList 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 SeniorExpandableListStyle?
Style definitions for the component. Allows you to configure: SeniorExpandableListStyle.titleColor the list items title color. SeniorExpandableListStyle.summaryColor the list items summary color. SeniorExpandableListStyle.iconColor the list items icon color. SeniorExpandableListStyle.arrowIconColor the list items arrow icon color. SeniorExpandableListStyle.separationLine the list items separation line 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