VideoSlider constructor
const
VideoSlider({
- Key? key,
- required VideoEditorController controller,
- double height = 60,
- int quality = 10,
- Duration? maxDuration,
Slider that trim video length.
Implementation
const VideoSlider({
Key? key,
required this.controller,
this.height = 60,
this.quality = 10,
this.maxDuration,
}) : super(key: key);