CardProviderIcon constructor

const CardProviderIcon({
  1. required CardDetails? cardDetails,
  2. Size? size,
  3. String? defaultCardColor,
  4. String? errorCardColor,
  5. Key? key,
})

Implementation

const CardProviderIcon(
    {required this.cardDetails,
    this.size,
    this.defaultCardColor,
    this.errorCardColor,
    super.key});