MediaLibraryScreen constructor
const
MediaLibraryScreen({
- Key? key,
- CloudMediaType? type,
- void onMediaTap()?,
Implementation
const MediaLibraryScreen(
{super.key, this.type, this.onMediaTap});