resizeToAvoidBottomInset property

bool resizeToAvoidBottomInset
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.

Implementation

final bool resizeToAvoidBottomInset;