isDownload property

ValueNotifier<bool> isDownload
getter/setter pair

Implementation

ValueNotifier<bool> isDownload = ValueNotifier(false);