obscureText property
The optional obscureText field is a boolean value which determines whether or not the text field should be obscured. If it is set the text field starts off as obscured, and the generated decoration provided to the builder gets filled in with a trailing icon from RxInputDecorationData, after that obscureText changes are automatically managed in response to taps on the trailing icon.
Implementation
final bool obscureText;