VideoPlayerControlsWidget constructor

const VideoPlayerControlsWidget({
  1. Key? key,
  2. double iconSize = 20,
  3. double fontSize = 12,
  4. VideoPlayerManger? dataManager,
  5. bool? priorButton,
  6. bool? nextButton,
})

Implementation

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