adjustHeightForKeyboard property

bool adjustHeightForKeyboard
final

The editor will automatically adjust its height when the keyboard is active to prevent the keyboard overlapping the editor.

The default value is true. It is recommended to leave this as true because it significantly improves the UX.

Implementation

final bool adjustHeightForKeyboard;