BankCardDesignOption class

Describes a single card-design option shown in the material picker.

Constructors

BankCardDesignOption({required String id, required String label, required BankCardMaterial material, required Color primaryColor, Color? secondaryColor, String? previewImageUrl})
const

Properties

hashCode → int
The hash code for this object.
no setteroverride
id → String
final
label → String
final
material → BankCardMaterial
final
previewImageUrl → String?
Optional URL for a richer card preview image. Rendered with Image.network when non-null.
final
primaryColor → Color
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor → Color?
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.
override