UpdateEmailMobileButton constructor

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

Implementation

const UpdateEmailMobileButton(
    {super.key,
    required this.localetext,
    required this.onUpdate,
    required this.verifyType,
    this.buttonType});