VideoPreviewFileNew constructor

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

Implementation

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