AtomicCustomCardV2 constructor

AtomicCustomCardV2({
  1. double? marginLeft,
  2. double? marginRight,
  3. double? marginTop,
  4. double? marginBottom,
  5. Color? cardColor,
  6. String? keyValue,
  7. MainAxisAlignment? mainAxisAlignment,
  8. CrossAxisAlignment? crossAxisAlignment,
  9. List<Widget>? listOfWidget,
  10. CustomCardBgv2? customCardBg,
  11. String? image,
})

Implementation

AtomicCustomCardV2(
    {this.marginLeft,
    this.marginRight,
    this.marginTop,
    this.marginBottom,
    this.cardColor,
    this.keyValue,
    this.mainAxisAlignment,
    this.crossAxisAlignment,
    this.listOfWidget,
    this.customCardBg,
    this.image});