menu
instamojo package
documentation
widgets/card/payment_card.dart
PaymentCard
PaymentCard constructor
PaymentCard constructor
dark_mode
light_mode
PaymentCard
constructor
PaymentCard
(
{
CardType
?
type
,
String
?
number
,
String
?
name
,
int
?
month
,
int
?
year
,
int
?
cvv
,
})
Implementation
PaymentCard( {this.type, this.number, this.name, this.month, this.year, this.cvv});
instamojo package
documentation
widgets/card/payment_card
PaymentCard
PaymentCard constructor
PaymentCard class