password property

TextFieldState password
latefinal

TextFieldState of a password text input.

Implementation

late final TextFieldState password = TextFieldState(
  onSubmitted: (s) => signIn(),
);