FlutterStoryEditor constructor

const FlutterStoryEditor({
  1. Key? key,
  2. List<File>? selectedFiles,
  3. dynamic onSaveClickListener(
    1. List<File>
    )?,
  4. TextEditingController? captionController,
  5. required FlutterStoryEditorController controller,
  6. bool? trimVideoOnAdjust = false,
})

Implementation

const FlutterStoryEditor(
    {super.key, this.selectedFiles, this.onSaveClickListener, this.captionController, required this.controller, this.trimVideoOnAdjust=false});