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, String? navigationBarTitle})
Creates an IdentityStyle configuration.
const

Properties

buttonBackgroundColor Color?
The primary color used for buttons and accents.
final
buttonLabel String?
The label text for the primary action button.
final
buttonTextColor Color?
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