CacheManagerScreen constructor

const CacheManagerScreen({
  1. Key? key,
  2. String title = 'Storage Usage',
  3. String? footerNote,
  4. CacheManagerTheme? theme,
  5. void onClearComplete(
    1. int freedBytes
    )?,
})

Creates a new CacheManagerScreen.

Implementation

const CacheManagerScreen({
  super.key,
  this.title = 'Storage Usage',
  this.footerNote,
  this.theme,
  this.onClearComplete,
});