CardFormField constructor
const
CardFormField({
- CardChangedCallback? onCardChanged,
- CardFocusCallback? onFocus,
- bool enablePostalCode = true,
- String? countryCode,
- CardFormStyle? style,
- bool autofocus = false,
- bool dangerouslyGetFullCardDetails = false,
- bool dangerouslyUpdateFullCardDetails = false,
- bool disabled = false,
- CardFormEditController? controller,
- List<
CardBrand> ? preferredNetworks, - Key? key,
Implementation
const CardFormField({
this.onCardChanged,
this.onFocus,
this.enablePostalCode = true,
this.countryCode,
this.style,
this.autofocus = false,
this.dangerouslyGetFullCardDetails = false,
this.dangerouslyUpdateFullCardDetails = false,
this.disabled = false,
this.controller,
this.preferredNetworks,
super.key,
});