CacheStatusIndicator constructor
- Key? key,
- bool compact = true,
- FavoritesService? favoritesService,
Creates a cache status indicator.
Implementation
const CacheStatusIndicator({
super.key,
this.compact = true,
this.favoritesService,
});
Creates a cache status indicator.
const CacheStatusIndicator({
super.key,
this.compact = true,
this.favoritesService,
});