IdentityStyle constructor
Creates an IdentityStyle configuration.
All parameters are optional. If not provided, the Stripe SDK defaults will be used.
Implementation
const IdentityStyle({
this.buttonBackgroundColor,
this.buttonTextColor,
this.buttonLabel,
this.navigationBarTitle,
});