expands property
Whether this editor's height will be sized to fill its parent.
This only has effect if scrollable is set to true.
If expands is set to true and wrapped in a parent widget like Expanded or SizedBox, the editor will expand to fill the parent.
maxHeight and minHeight must both be null when this is set to
true.
Defaults to false.
Implementation
final bool expands;