obscureText property
Whether to obscure the text input (e.g., for passwords).
Type: bool (optional, defaults to false).
Usage: Set to true for sensitive inputs; note that Email handles email-specific validation separately.
Implementation
final bool obscureText;