ResetPasswordButton constructor

const ResetPasswordButton({
  1. Key? key,
})

A prebuilt button for initiating the reset password flow.

Uses ButtonResolverKey.submit for localization

Implementation

const ResetPasswordButton({Key? key})
    : super(
        key: key ?? keySendCodeButton,
      );