CardElementOptions constructor

const CardElementOptions({
  1. CardElementClasses? classes,
  2. dynamic style,
  3. String? value,
  4. bool? hidePostalCode,
  5. CardElementIconStyle? iconStyle,
  6. bool? hideIcon,
  7. bool? disabled,
})

Implementation

const factory CardElementOptions({
  /// Set custom class names on the container DOM element when the
  /// Stripe element is in a particular state.
  CardElementClasses? classes,
  dynamic style,
  String? value,
  bool? hidePostalCode,
  CardElementIconStyle? iconStyle,
  bool? hideIcon,
  bool? disabled,
}) = _CardElementOptions;