CacheUsageDonut constructor

const CacheUsageDonut({
  1. Key? key,
  2. double size = 180,
  3. double strokeWidth = 20,
  4. bool showCenterLabel = true,
  5. void onSectionTap(
    1. String bucketName
    )?,
  6. CacheManagerTheme? theme,
  7. CacheReport? report,
})

Creates a new CacheUsageDonut.

Implementation

const CacheUsageDonut({
  super.key,
  this.size = 180,
  this.strokeWidth = 20,
  this.showCenterLabel = true,
  this.onSectionTap,
  this.theme,
  this.report,
});