autoAdjustScroll property

bool autoAdjustScroll
final

Adjust scroll so new lines don't go below keyboard.

Not needed for flexibleHeight is false. If true, EditorController.scrollController must not be null.

Default to false.

Implementation

final bool autoAdjustScroll;