true when sync start false when sync stop
true
false
final ValueNotifier<bool> syncing = ValueNotifier<bool>(false);