OtpVerificationScreenConfig constructor

const OtpVerificationScreenConfig({
  1. String title = 'Verify Code',
  2. String? subTitle = 'Enter the 4-digit code sent to your phone',
  3. String submitButtonText = 'Verify',
  4. TextStyle? editStyle,
  5. ButtonStyle? submitButtonStyleBox,
  6. TextStyle? submitButtonTextStyle,
  7. TextStyle? titleStyle,
  8. TextStyle? subTitleStyle,
  9. TextStyle? loadingTextStyle,
  10. TextStyle? editLabelStyle,
  11. TextStyle? resendButtonTextStyle,
  12. TextStyle? resendTextStyle,
  13. TextStyle? cellTextStyle,
  14. 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,
});