SeniorCardStyle class

Constructors

SeniorCardStyle({Color? backgroundColor, Color? backgroundColorIfElevated, Color? disabledBackgroundColor, Color? iconColor, Color? outlinedColor, Color? quotesColor})
Style definitions for the SeniorCard component.
const

Properties

backgroundColor Color?
Defines the card's background color.
final
backgroundColorIfElevated Color?
Defines the card's background color when it's disabled and elevated.
final
disabledBackgroundColor Color?
/ Defines the card's background color when it's disabled.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Defines the color of the card's icon.
final
outlinedColor Color?
Defines the color of the card border.
final
quotesColor Color?
Defines the color of quotes characters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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