VideoProgressIndicator constructor
const
VideoProgressIndicator(
- VideoPlayerController controller, {
- Key? key,
Construct an instance that displays the play/buffering status of the video
controlled by controller.
Implementation
const VideoProgressIndicator(this.controller, {super.key});