PipFlutterPlayerCupertinoVideoProgressBar constructor

PipFlutterPlayerCupertinoVideoProgressBar(
  1. VideoPlayerController? controller,
  2. PipFlutterPlayerController? pipFlutterPlayerController, {
  3. PipFlutterPlayerProgressColors? colors,
  4. dynamic onDragEnd()?,
  5. dynamic onDragStart()?,
  6. dynamic onDragUpdate()?,
  7. dynamic onTapDown()?,
  8. Key? key,
})

Implementation

PipFlutterPlayerCupertinoVideoProgressBar(
  this.controller,
  this.pipFlutterPlayerController, {
  PipFlutterPlayerProgressColors? colors,
  this.onDragEnd,
  this.onDragStart,
  this.onDragUpdate,
  this.onTapDown,
  Key? key,
})  : colors = colors ?? PipFlutterPlayerProgressColors(),
      super(key: key);