setEditorHeight method

dynamic setEditorHeight(
  1. int px
)

Set editor's height in pixels

Implementation

setEditorHeight(int px) async {
  await executeJavascript("setHeight('" + px.toString() + "px');");
}