VideoPreviewFileNew constructor

VideoPreviewFileNew({
  1. double? endTimeAlready,
  2. double? startTimeAlready,
  3. dynamic onActionTrim()?,
  4. int? timeEnd,
  5. bool? isFromCamera,
  6. required File videoFile,
  7. bool? isMultipel,
  8. dynamic onChangeStart(
    1. double
    )?,
  9. dynamic onChangeEnd(
    1. double
    )?,
  10. Key? key,
})

Implementation

VideoPreviewFileNew(
    {
      this.endTimeAlready,this.startTimeAlready,this.onActionTrim,
      // this.trimee,
      this.timeEnd, this.isFromCamera, required this.videoFile,this.isMultipel,this.onChangeStart,this.onChangeEnd, Key? key})
    : super(key: key);