enabled property

bool enabled
final

Whether this menu item is interactive.

Defaults to true. If this is false, then the item will not react to touches.

Implementation

final bool enabled;