IdentityStyle class
Configuration class for customizing the Stripe Identity verification UI.
This class allows you to customize the appearance of the verification flow on both Android and iOS platforms.
Constructors
- IdentityStyle({Color? buttonBackgroundColor, Color? buttonTextColor, String? buttonLabel, })
-
Creates an IdentityStyle configuration.
const
Properties
-
The primary color used for buttons and accents.
final
-
The label text for the primary action button.
final
-
The text color for buttons.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
The navigation bar/app bar title.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the style to a map for passing to the native platform.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited