MediaSourcePickerDialogPage constructor

const MediaSourcePickerDialogPage(
  1. {required MediaType mediaType,
  2. Key? key}
)

Create an instance of this page.

Implementation

const MediaSourcePickerDialogPage({
  required this.mediaType,
  super.key,
});