@override bool build() { final prefs = ref.watch(sharedPreferencesProvider); return prefs.getBool(_storageKey) ?? true; }