CardProviderIcon constructor
const
CardProviderIcon({
- required CardDetails? cardDetails,
- Size? size,
- String? defaultCardColor,
- String? errorCardColor,
- Key? key,
Implementation
const CardProviderIcon(
{required this.cardDetails,
this.size,
this.defaultCardColor,
this.errorCardColor,
super.key});