code property
latefinal
TextFieldState of the ConfirmationCode input.
Implementation
late final TextFieldState code = TextFieldState(
onChanged: (_) {
code.error.value = null;
password.error.value = null;
},
);
TextFieldState of the ConfirmationCode input.
late final TextFieldState code = TextFieldState(
onChanged: (_) {
code.error.value = null;
password.error.value = null;
},
);