SeniorBackdropStyle class

Constructors

SeniorBackdropStyle({Color? bodyColor, List<Color>? headerColors, Color? selectedLabelColor, Color? tabIndicatorColor, Color? unselectedLabelColor})
Style definitions for the SeniorBackdrop component.
const

Properties

bodyColor Color?
Defines the body color of the backdrop.
final
hashCode int
The hash code for this object.
no setterinherited
headerColors List<Color>?
Defines the color of the backdrop header. Component top.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedLabelColor Color?
Defines the color of selected labels.
final
tabIndicatorColor Color?
Defines the indicator color of the selected tab on the backdrop.
final
unselectedLabelColor Color?
Defines the color of unselected labels.
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