obscureText property

bool obscureText
final

Whether to hide the text being edited.

When this is set to true, all the characters in the text field are replaced by obscuringCharacter, and the text in the field cannot be copied with copy or cut.

Implementation

final bool obscureText;