CustomVideoControls constructor
const
CustomVideoControls({
- Key? key,
- required MediaPlayer player,
- Future<
MediaUrl?> onPlayNext()?,
Implementation
const CustomVideoControls({super.key, required this.player, this.onPlayNext});