VideoProgressIndicator constructor

VideoProgressIndicator(
  1. VideoPlayerController controller, {
  2. VideoProgressColors colors = const VideoProgressColors(),
  3. required bool allowScrubbing,
  4. EdgeInsets padding = const EdgeInsets.only(top: 5.0),
})

Implementation

VideoProgressIndicator(
  this.controller, {
  this.colors = const VideoProgressColors(),
  required this.allowScrubbing,
  this.padding = const EdgeInsets.only(top: 5.0),
});