editorHeight static method

String editorHeight({
  1. String height = "",
})

Build a function which will change editor's height.

height is the new width of the editor. It's string to allow passing of different javascript variables.

Implementation

static String editorHeight({String height = ""}) => "$editorSelector.outerHeight($height);";