PhoneAuthScreenConfig constructor
const
PhoneAuthScreenConfig({
- TextStyle? titleTextStyle,
- TextStyle? subtitleTextStyle,
- ButtonStyle? submitButtonStyle,
- TextStyle? submitButtonTextStyle,
- InputDecoration? textFieldInputStyle,
- String? title,
- String? subTitle,
- String phoneNumberPlaceholder = 'Enter your phone',
- String updatesPlaceholder = 'Get updates on WhatsApp',
- String submitButtonText = "Continue",
- TextStyle? updatesTextStyle,
- Widget checkboxComponent()?,
- BoxDecoration? checkboxContainerStyle,
- BoxDecoration? checkboxStyle,
- TextStyle? inputTextStyle,
- EdgeInsets? checkboxContainerPadding,
Implementation
const PhoneAuthScreenConfig({
this.titleTextStyle,
this.subtitleTextStyle,
this.submitButtonStyle,
this.submitButtonTextStyle,
this.textFieldInputStyle,
this.title,
this.subTitle,
this.phoneNumberPlaceholder = 'Enter your phone',
this.updatesPlaceholder = 'Get updates on WhatsApp',
this.submitButtonText = "Continue",
this.updatesTextStyle,
this.checkboxComponent,
this.checkboxContainerStyle,
this.checkboxStyle,
this.inputTextStyle,
this.checkboxContainerPadding,
});