CardBackLayout constructor

CardBackLayout({
  1. String? cvv,
  2. double? width,
  3. double? height,
  4. Color? color,
})

Implementation

CardBackLayout({this.cvv, this.width, this.height, this.color});