minHeight property

double minHeight
final

Minimum initial height for editor.

This will be the height of this widget if flexibleHeight is false. Otherwise it will be the initial height and the widget will grow or shrink to accomodate content height, but never shrinks below this value.

Default to 300.0.

Implementation

final double minHeight;