syncProgress property

ValueNotifier<double> syncProgress
getter/setter pair

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);