Mastercard constructor

const Mastercard(
  1. {Key? key,
  2. required double width,
  3. Color? color}
)

Implementation

const Mastercard({
  Key? key,
  required this.width,
  this.color,
}) : super(key: key);