hi everyone, i've an issue with BoxWithConstraints and the keyboard. I've a userProfile and chat screen, in the chat screen if I the user presses the "close icon" to go back to userProfile, I dismiss the keyboard and call the popBackStack method. If the keyboard is on the screen in chat, userProfile's BoxWithConstraints' maxHeight calculation takes account the keyboard. But if i put a delay for ex. 100ms, then everything is ok. So it seems that the keyboard is dismissing after maxHeight calculation. Any ideas? Thanks.