VideoProgressIndicator constructor

const VideoProgressIndicator(
  1. VideoPlayerController controller, {
  2. Key? key,
})

Construct an instance that displays the play/buffering status of the video controlled by controller.

Implementation

const VideoProgressIndicator(this.controller, {super.key});