resizeToAvoidBottomInset property Null safety
final
Whether the child should size itself to avoid the window's bottom inset.
For example, if there is an onscreen keyboard displayed above the scaffold, the body can be resized to avoid overlapping the keyboard, which prevents widgets inside the body from being obscured by the keyboard.
Defaults to true and cannot be null.
Implementation
final bool resizeToAvoidBottomInset;