CardForm constructor
const
CardForm({
- Key? key,
- void onSubmitted()?,
- required PaymentService paymentService,
- Locale locale = const Locale('es'),
- ThemeData? themeData,
- CardFormConfig config = const CardFormConfig(),
Implementation
const CardForm(
{super.key,
this.onSubmitted,
required this.paymentService,
this.locale = const Locale('es'),
this.themeData,
this.config = const CardFormConfig()});