CacheBucketTile constructor
const
CacheBucketTile({
- Key? key,
- required String bucketName,
- bool showClearButton = false,
- VoidCallback? onClear,
- VoidCallback? onTap,
- bool isSelected = false,
- ValueChanged<
bool> ? onSelectionChanged, - Color? dotColor,
- CacheManagerTheme? theme,
- BucketReport? report,
Creates a new CacheBucketTile.
Implementation
const CacheBucketTile({
super.key,
required this.bucketName,
this.showClearButton = false,
this.onClear,
this.onTap,
this.isSelected = false,
this.onSelectionChanged,
this.dotColor,
this.theme,
this.report,
});