Flutter overflowed problem

I know that just need to adjust the size in the code, but can i do it with other way? thx

Try this

return Scaffold(
      resizeToAvoidBottomInset : false,
      body: YourWidgets(),
    );