You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to get the current height of the BottomSheet during resizing?
Background is:
I want to display a button always above the BottomSheet during a resize.
So far I get the current height only at the end of the transition.
The example in the documentation (at "height") also shows a height only at the end of the transition.