EditorToolBar constructor

EditorToolBar({
  1. dynamic getImageUrl(
    1. File image
    )?,
  2. dynamic getVideoUrl(
    1. File video
    )?,
  3. required JavascriptExecutorBase javascriptExecutor,
  4. bool? enableVideo,
})

Implementation

EditorToolBar({
  this.getImageUrl,
  this.getVideoUrl,
  required this.javascriptExecutor,
  this.enableVideo,
});