SeniorBackdropThemeData class

Constructors

SeniorBackdropThemeData({SeniorBackdropStyle? style})
Theme definitions for the SeniorBackdrop 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 SeniorBackdropStyle?
Component style definitions. Allows you to configure: SeniorBackdropStyle.bodyColor the body color of the backdrop. SeniorBackdropStyle.headerColors the color of the backdrop header. Component top. SeniorBackdropStyle.selectedLabelColor the color of the selected labels. SeniorBackdropStyle.tabIndicatorColor the indicator color of the selected tab on the backdrop. SeniorBackdropStyle.unselectedLabelColor 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