diff --git a/lib/flutter_command.dart b/lib/flutter_command.dart index 34954f6..ff7749e 100644 --- a/lib/flutter_command.dart +++ b/lib/flutter_command.dart @@ -358,6 +358,7 @@ abstract class Command extends CustomValueNotifier { /// `ValueListenable` that changes its value on any change of the execution /// state change of the command ValueListenable get isExecuting => _isExecutingAsync; + ValueListenable get isExecutingSync => _isExecuting; /// `ValueListenable` that changes its value on any change of the current /// executability state of the command. Meaning if the command can be executed or not.