BankCardPattern enum

Generative background patterns for card faces.

Each preset can stamp a distinct, brand-owned texture onto payment-card surfaces via BankThemeData.cardPattern instead of every brand shipping the same flat gradient. Patterns are painted by BankCardPatternPainter at very low alpha so they read as texture, never as content.

Inheritance
Available extensions

Values

none → const BankCardPattern

No pattern: the card face is the plain surface / gradient.

mesh → const BankCardPattern

Two overlapping families of soft sine-wave lines (Voltage).

lattice → const BankCardPattern

Islamic-style eight-point star lattice (Heritage).

arcs → const BankCardPattern

Three large concentric arcs anchored at a corner (Bloom).

grid → const BankCardPattern

A fine dot grid.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<BankCardPattern>
A constant List of the values in this enum, in order of their declaration.