isEnabled constant

SemanticsFlag const isEnabled

Whether a semantic node that hasEnabledState is currently enabled.

A disabled element does not respond to user interaction. For example, a button that currently does not respond to user interaction should be marked as disabled.

Implementation

static const SemanticsFlag isEnabled = SemanticsFlag._(_kIsEnabledIndex, 'isEnabled');