you can set the
resizeToAvoidBottomInset: false,
and wrap the column you are using textfield or form with a singlechildscollview and add padding
SingleChildScrollView(
                      padding: EdgeInsets.only(
                        bottom: context.viewInsetsBottom,
                      ),