CardFormConfig class
Configuration options for customizing CardForm's appearance and copy.
Constructors
- CardFormConfig({bool hideLogo = false, String? submitButtonText})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideLogo → bool
-
When
true, hides the "Secure payment with Conekta" logo/badge shown below the form. Defaults tofalse(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