CacheUsageDonut constructor
const
CacheUsageDonut({
- Key? key,
- double size = 180,
- double strokeWidth = 20,
- bool showCenterLabel = true,
- void onSectionTap(
- String bucketName
- CacheManagerTheme? theme,
- 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,
});