isObscured constant

SemanticsFlag const isObscured

Whether the value of the semantics node is obscured.

This is usually used for text fields to indicate that its content is a password or contains other sensitive information.

Implementation

static const SemanticsFlag isObscured = SemanticsFlag._(_kIsObscuredIndex, 'isObscured');