downloadProgress property

ValueNotifier<double> downloadProgress
final

Progress notifier (0 → 1)

Implementation

final ValueNotifier<double> downloadProgress = ValueNotifier(0);