maxHeight property

double? maxHeight
final

The maximum height this editor can have.

If this is null then there is no limit to the editor's height and it will expand to fill its parent.

Implementation

final double? maxHeight;