resizeToAvoidBottomPadding isn't defined

5,811

Yes, actually, there is a comment inside of the API.

This flag is deprecated. Please use resizeToAvoidBottomInset instead.

So the idea would be to replace the behaviour as stated here.

resizeToAvoidBottomInset param definition:

If true the [body] and the scaffold's floating widgets should size themselves to avoid the onscreen keyboard whose height is defined by the ambient [MediaQuery]'s [MediaQueryData.viewInsets] bottom property. 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.

Share:
5,811
ComaXD EA1
Author by

ComaXD EA1

Updated on December 27, 2022

Comments

  • ComaXD EA1
    ComaXD EA1 over 1 year

    After I update my flutter with command flutter pub upgrade, this function isn't defined anymore, any solution for this..enter image description here

    enter image description here