PlayerSourcePage constructor

const PlayerSourcePage(
  1. {required MediaSource source,
  2. required bool useHistory,
  3. MediaItem? item,
  4. Key? key}
)

Create an instance of this page.

Implementation

const PlayerSourcePage({
  required this.source,
  required this.useHistory,
  super.item,
  super.key,
});