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