CardFormConfig class

Configuration options for customizing CardForm's appearance and copy.

Constructors

CardFormConfig({String? submitButtonText})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
When true, hides the "Secure payment with Conekta" logo/badge shown below the form. Defaults to false (badge visible).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitButtonText String?
Overrides the text displayed on the submit button. When null, the button falls back to the localized default ("Pagar" / "Pay").
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited