PasswordInput constructor
const
PasswordInput({})
Implementation
const PasswordInput({
Key? key,
required this.focusNode,
required this.controller,
required this.onSubmit,
required this.label,
this.autofillHints = const [AutofillHints.password],
this.validator,
}) : super(key: key);