CustomVideoControls constructor

const CustomVideoControls({
  1. Key? key,
  2. required MediaPlayer player,
})

Implementation

const CustomVideoControls({super.key, required this.player});