SeniorCardThemeData class

Constructors

SeniorCardThemeData({SeniorCardStyle? style})
Theme definitions for the SeniorCard 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 SeniorCardStyle?
The component's style definitions. Allows you to configure: SeniorCardStyle.backgroundColor the background color of the card. SeniorCardStyle.backgroundColorIfElevated the background color of the card when its elevated. [SeniorCardStyle.disabledBackgroundColor] the background color of the card when its disabled. SeniorCardStyle.iconColor the color of the card icon. SeniorCardStyle.outlinedColor the color of the card border. SeniorCardStyle.quotesColor the color of quotes characters.
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