CacheManagerScreen constructor
const
CacheManagerScreen({
- Key? key,
- String title = 'Storage Usage',
- CacheManagerTheme? theme,
- void onClearComplete(
- int freedBytes
Creates a new CacheManagerScreen.
Implementation
const CacheManagerScreen({
super.key,
this.title = 'Storage Usage',
this.footerNote,
this.theme,
this.onClearComplete,
});