VerifyEmailMobileButton constructor

const VerifyEmailMobileButton({
  1. Key? key,
  2. required String localetext,
  3. required String verifyType,
  4. String? buttonType,
  5. String? navigateTo,
})

Implementation

const VerifyEmailMobileButton(
    {super.key,
    required this.localetext,
    required this.verifyType,
    this.buttonType,
    this.navigateTo});