PhoneAuthScreenConfig constructor

const PhoneAuthScreenConfig({
  1. TextStyle? titleTextStyle,
  2. TextStyle? subtitleTextStyle,
  3. ButtonStyle? submitButtonStyle,
  4. TextStyle? submitButtonTextStyle,
  5. InputDecoration? textFieldInputStyle,
  6. String? title,
  7. String? subTitle,
  8. String phoneNumberPlaceholder = 'Enter your phone',
  9. String updatesPlaceholder = 'Get updates on WhatsApp',
  10. String submitButtonText = "Continue",
  11. TextStyle? updatesTextStyle,
  12. Widget checkboxComponent(
    1. bool,
    2. dynamic (
      1. bool
      )
    )?,
  13. BoxDecoration? checkboxContainerStyle,
  14. BoxDecoration? checkboxStyle,
  15. TextStyle? inputTextStyle,
  16. 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,
});