Widget toProcessingBuilder(Widget Function(bool isProcessing) builder,) => ObxValue<RxInt>( (rx) => builder(rx > 0), _tasks, );