isDownloading property

ValueNotifier<bool> isDownloading
getter/setter pair

Implementation

ValueNotifier<bool> isDownloading = ValueNotifier(false);