isDownload property
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);
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.
final ValueNotifier<bool> isDownload = ValueNotifier(false);