isProcessing property
Whether the content generator is currently processing a request.
Implementation
@override
ValueListenable<bool> get isProcessing => _isProcessing;
Whether the content generator is currently processing a request.
@override
ValueListenable<bool> get isProcessing => _isProcessing;