obscureText property
Whether to obscure the text being edited.
When true, the text is hidden using the obscuringCharacter. This is typically used for password fields or other sensitive input.
Implementation
final bool obscureText;
Whether to obscure the text being edited.
When true, the text is hidden using the obscuringCharacter. This is typically used for password fields or other sensitive input.
final bool obscureText;