How to disable keyboard pan/adjusting on a ModalBottomSheet
I have a form with multiple Composable TextFields in a ModalBottomSheet. The problem is my ModalBottomSheet keeps moving to a partially collapsed state when it should simply stay expanded. I want to manage the ModalBottomSheet expansion state myself completely.