syncing property

ValueNotifier<bool> syncing
final

true when sync start false when sync stop

Implementation

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