isExecuting property
Determines whether the asynchronous execution is finished or not.
Implementation
ValueNotifier<bool> isExecuting = ValueNotifier(false);
Determines whether the asynchronous execution is finished or not.
ValueNotifier<bool> isExecuting = ValueNotifier(false);