OtpVerificationScreenConfig constructor
const
OtpVerificationScreenConfig({
- String title = 'Verify Code',
- String? subTitle = 'Enter the 4-digit code sent to your phone',
- String submitButtonText = 'Verify',
- TextStyle? editStyle,
- ButtonStyle? submitButtonStyleBox,
- TextStyle? submitButtonTextStyle,
- TextStyle? titleStyle,
- TextStyle? subTitleStyle,
- TextStyle? loadingTextStyle,
- TextStyle? editLabelStyle,
- TextStyle? resendButtonTextStyle,
- TextStyle? resendTextStyle,
- TextStyle? cellTextStyle,
- String? loadingText,
Implementation
const OtpVerificationScreenConfig({
this.title = 'Verify Code',
this.subTitle = 'Enter the 4-digit code sent to your phone',
this.submitButtonText = 'Verify',
this.editStyle,
// this.phoneTextStyle,
this.submitButtonStyleBox,
this.submitButtonTextStyle,
this.titleStyle,
this.subTitleStyle,
// this.pincodeCellStyle,
// this.pincodeCellContainerStyle,
// this.inputStyle,
this.loadingTextStyle,
// this.otpPlaceholder,
// this.otpPlaceholderStyle,
this.editLabelStyle,
this.resendButtonTextStyle,
this.resendTextStyle,
this.cellTextStyle,
this.loadingText,
});