isEnabled property

bool isEnabled
final

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

final bool isEnabled;