VideoPlayerControlsWidget constructor
const
VideoPlayerControlsWidget({})
Implementation
const VideoPlayerControlsWidget({
Key? key,
this.iconSize = 20,
this.fontSize = 12,
this.dataManager,
this.priorButton,
this.nextButton,
}) : super(key: key);