Hi there! Is there any way to know the progress of a ModalBottomSheet on Android? My idea is to animate the corner radius while the modalbottomsheet is appearing from bottom to the top of the screen. So, for doing that, I should know any frequently value (each frame for example) that tells me where is positioned the modal over the screen to calculate the percent of the radius to be applied. I've checked the SheetState and other modifier functions but seems that any of this options fits well.