scrollable property
Whether this editor should create a scrollable container for its content.
When set to true the editor's height can be controlled by minHeight,
maxHeight and expands properties.
When set to false the editor always expands to fit the entire content
of the document and should normally be placed as a child of another
scrollable widget, otherwise the content may be clipped.
by default it will by true
Implementation
final bool scrollable;