In a scaffold, we have a property of resizeToAvoidBottomInset. You need to set its value to true. Hope it will resolve the issue.
return Scaffold(resizeToAvoidBottomInset: true);