maxHeight property
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;
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.
final double? maxHeight;