isObscured constant

SemanticsFlag const isObscured = const SemanticsFlag._(_kIsObscuredIndex)

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 = const SemanticsFlag._(_kIsObscuredIndex)