CardColorModel class
Card color model that defines the color scheme for a card
Constructors
- CardColorModel({required Color card, required Color shadow, required Color text})
-
const
Properties
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