controller property

EditorController controller
latefinal

Controller for controlling underlying webview and parent's scroll controller.

This exposes the EditorController.getHtml,EditorController.setHtml, EditorController.focus, EditorController.unfocus and EditorController.webViewController methods for this editor.

Implementation

late final EditorController controller;