CardFrontLayout class

Constructors

CardFrontLayout({String bankName = '', String? cardNumber = '', String? cardExpiry = '', String? cardHolderName = '', String? textExpDate = 'Exp. Date', String? textExpiry = 'MM/YY', String? textName = 'Card Holder', required String mask, Widget? cardTypeIcon, double? cardWidth = 0, double? cardHeight = 0, Color? textColor})

Properties

bankName String
getter/setter pair
cardExpiry String?
getter/setter pair
cardHeight double?
getter/setter pair
cardHolderName String?
getter/setter pair
cardNumber String?
getter/setter pair
cardTypeIcon Widget?
getter/setter pair
cardWidth double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mask String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
getter/setter pair
textExpDate String?
getter/setter pair
textExpiry String?
getter/setter pair
textName String?
getter/setter pair

Methods

layout1() Widget
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