CacheStatusIndicator constructor

const CacheStatusIndicator({
  1. Key? key,
  2. bool compact = true,
  3. FavoritesService? favoritesService,
})

Creates a cache status indicator.

Implementation

const CacheStatusIndicator({
  super.key,
  this.compact = true,
  this.favoritesService,
});