code property

TextFieldState code
latefinal

TextFieldState of the ConfirmationCode input.

Implementation

late final TextFieldState code = TextFieldState(
  onChanged: (_) {
    code.error.value = null;
    password.error.value = null;
  },
);