canExecute property

ValueNotifier<bool> canExecute
final

Determines whether execution is allowed.

Implementation

final ValueNotifier<bool> canExecute = ValueNotifier(true);