MediaLibraryScreen constructor

const MediaLibraryScreen({
  1. Key? key,
  2. CloudMediaType? type,
  3. void onMediaTap(
    1. CloudMediaItem
    )?,
})

Implementation

const MediaLibraryScreen(
    {super.key, this.type, this.onMediaTap});