CardFormField constructor

const CardFormField({
  1. CardChangedCallback? onCardChanged,
  2. Key? key,
  3. CardFocusCallback? onFocus,
  4. bool enablePostalCode = true,
  5. String? countryCode,
  6. CardFormStyle? style,
  7. bool autofocus = false,
  8. bool dangerouslyGetFullCardDetails = false,
  9. bool dangerouslyUpdateFullCardDetails = false,
  10. CardFormEditController? controller,
})

Implementation

const CardFormField(
    {this.onCardChanged,
    Key? key,
    this.onFocus,
    this.enablePostalCode = true,
    this.countryCode,
    this.style,
    this.autofocus = false,
    this.dangerouslyGetFullCardDetails = false,
    this.dangerouslyUpdateFullCardDetails = false,
    this.controller})
    : super(key: key);