syncProgress property
A double that represents the progress of the syncing 0.0 is not started 1.0 is done
Implementation
static ValueNotifier<double> syncProgress = ValueNotifier(0.0);
A double that represents the progress of the syncing 0.0 is not started 1.0 is done
static ValueNotifier<double> syncProgress = ValueNotifier(0.0);