resizeToAvoidBottomInsets property
If true the content should size itself to avoid the onscreen keyboard
whose height is defined by the ambient FlutterView's
FlutterView.viewInsets bottom property.
For example, if there is an onscreen keyboard displayed above the widget, the view can be resized to avoid overlapping the keyboard, which prevents widgets inside the view from being obscured by the keyboard.
Defaults to true.
Implementation
final bool resizeToAvoidBottomInsets;