isExecuting property

ValueListenable<bool> isExecuting

ValueListenable that changes its value on any change of the execution state change of the command

Implementation

ValueListenable<bool> get isExecuting => _isExecuting;