CardElementOptions constructor
const
CardElementOptions({
- CardElementClasses? classes,
- dynamic style,
- String? value,
- bool? hidePostalCode,
- CardElementIconStyle? iconStyle,
- bool? hideIcon,
- 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;