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
When using ListView in this cupertino modal sheet, the drag to dismiss gesture is not worked as expected.
The official showModalBottomSheet API supports DraggableScrollableSheet natively, by adding isScrollControlled parameter to cooperate with scrollviews.
The text was updated successfully, but these errors were encountered:
When using ListView in this cupertino modal sheet, the drag to dismiss gesture is not worked as expected.
The official showModalBottomSheet API supports DraggableScrollableSheet natively, by adding isScrollControlled parameter to cooperate with scrollviews.
The text was updated successfully, but these errors were encountered: