menu
contacto
widgets/global/logos/mastercard/mastercard.dart
Mastercard
Mastercard const constructor
Mastercard
brightness_4
brightness_5
Mastercard
constructor
const
Mastercard
(
{
Key?
key
,
required
double
width
,
Color
?
color
}
)
Implementation
const Mastercard({ Key? key, required this.width, this.color, }) : super(key: key);
contacto
mastercard
Mastercard
Mastercard const constructor
Mastercard class