resizeToAvoidBottomInset property

bool? resizeToAvoidBottomInset
final

Whether the body should resize to avoid the window padding when the keyboard is displayed. If true, resize.

キーボードが表示されたときにウィンドウのパディングを避けるためにbodyをリサイズするかどうか。trueだとリサイズします。

Implementation

final bool? resizeToAvoidBottomInset;