PlayerSourcePage constructor
- {required MediaSource source,
- required bool useHistory,
- MediaItem? item,
- Key? key}
Create an instance of this page.
Implementation
const PlayerSourcePage({
required this.source,
required this.useHistory,
super.item,
super.key,
});