obscured property

bool? obscured
final

If non-null, whether value should be obscured.

This option is usually set in combination with textField to indicate that the text field contains a password (or other sensitive information). Doing so instructs screen readers to not read out the value.

Implementation

final bool? obscured;