SeniorExpandableListStyle class

Constructors

SeniorExpandableListStyle({Color? titleColor, Color? summaryColor, Color? iconColor, Color? arrowIconColor, Color? separationLine})
Style definitions for the SeniorExpandableList component.
const

Properties

arrowIconColor Color?
Defines the list items arrow icon color.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Defines the list items icon color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separationLine Color?
Defines the list items separation line color.
final
summaryColor Color?
Defines the list items summary color.
final
titleColor Color?
Defines the list items 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