TrimSlider constructor
const
TrimSlider({
- Key? key,
- required VideoEditorController controller,
- double height = 60,
- int quality = 10,
- double horizontalMargin = 0.0,
- Widget? child,
- bool hasHaptic = true,
- double maxViewportRatio = 2.5,
- ScrollController? scrollController,
Slider that trim video length.
Implementation
const TrimSlider({
super.key,
required this.controller,
this.height = 60,
this.quality = 10,
this.horizontalMargin = 0.0,
this.child,
this.hasHaptic = true,
this.maxViewportRatio = 2.5,
this.scrollController,
});