CardDecoration class

Constructors

CardDecoration({TextStyle? authoRizedTextStyle, TextStyle? declarationTextStyle, TextStyle? cvvTextStyle, bool? showImage, TextStyle? stdTextStyle, TextStyle? cardNumberTextStyle, TextStyle? cardHolderDetailsStyle, TextStyle? validTillDetailsStyle, bool? showContactLessIcon, TextStyle? cardHolderLabelStyle, TextStyle? validTillLabelStyle, TextStyle? companyNameStyle})

Properties

authoRizedTextStyle TextStyle?
final
cardHolderDetailsStyle TextStyle?
final
cardHolderLabelStyle TextStyle?
final
cardNumberTextStyle TextStyle?
final
companyNameStyle TextStyle?
final
cvvTextStyle TextStyle?
final
declarationTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showContactLessIcon bool?
final
showImage bool?
final
stdTextStyle TextStyle?
final
validTillDetailsStyle TextStyle?
final
validTillLabelStyle TextStyle?
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.
inherited