i meet a problem that Flutter 's TextInputType do not have a password type:
/// All possible enum values.
static const List<TextInputType> values = const <TextInputType>[
text, multiline, number, phone, datetime, emailAddress, url,
];
how to make the password user input not visible? any one has a good idea ?