EditorToolBar constructor
EditorToolBar({
- dynamic getImageUrl(
- File image
- dynamic getVideoUrl(
- File video
- required JavascriptExecutorBase javascriptExecutor,
- bool? enableVideo,
Implementation
EditorToolBar({
this.getImageUrl,
this.getVideoUrl,
required this.javascriptExecutor,
this.enableVideo,
});