enabled property

bool enabled
final

Whether the user is permitted to tap this item.

Defaults to true. If this is false, then the item will not react to touches and item's text styles and icon colors will be updated with lower opacity to indicate disabled state.

Implementation

final bool enabled;