enabled property

bool? enabled
final

Whether this widget is interactive.

If not provided, this widget will be interactable if one of the following is true:

If this is set to true, one of the above condition must also be true. Otherwise, an assertion error is thrown.

Implementation

final bool? enabled;