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
Add an onRequestClose-style callback to ModalBottomSheet that fires when the user attempts to dismiss the sheet via Android back button or ESC key, similar to React Native's Modal component.
Add an
onRequestClose-style callback toModalBottomSheetthat fires when the user attempts to dismiss the sheet via Android back button or ESC key, similar to React Native'sModalcomponent.The feature was discuessed here.