isDownload property

ValueNotifier<bool> isDownload
final

A ValueNotifier to track the download state of the image. It is used to show a loader while the image is being downloaded or prepared for sharing.

Implementation

final ValueNotifier<bool> isDownload = ValueNotifier(false);