TrimTimeline constructor
const
TrimTimeline({
- Key? key,
- required VideoEditorController controller,
- double secondGap = 5,
- EdgeInsets margin = EdgeInsets.zero,
Show the timeline corresponding to the TrimSlider
Implementation
const TrimTimeline({
Key? key,
required this.controller,
this.secondGap = 5,
this.margin = EdgeInsets.zero,
}) : super(key: key);