scrollAreaMinHeight property

double? scrollAreaMinHeight
final

The minimum height to be available for scroll in the editor.

This only is useful for cases when it needs to have bigger scroll area then needed for current text.

Implementation

final double? scrollAreaMinHeight;