isExecuting property

ValueNotifier<bool> isExecuting
getter/setter pair

Determines whether the asynchronous execution is finished or not.

Implementation

ValueNotifier<bool> isExecuting = ValueNotifier(false);