SeniorPanelData class

Constructors

SeniorPanelData({List<SeniorButton>? actions, Widget? expandedInfo, required Widget headerInfo, bool isExpanded = false, Color severityColor = SeniorColors.grayscale10})
The information needed to create the SeniorExpansionPanelList panels.

Properties

actions List<SeniorButton>?
A list of action buttons that can be added to the panel.
final
expandedInfo Widget?
The contents of the panel. The content that is omitted when the panel is not expanded.
final
hashCode int
The hash code for this object.
no setterinherited
headerInfo Widget
The header content of the panel.
final
isExpanded bool
Defines whether the panel will be expanded.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severityColor Color
The panel's highlight 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