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 a modal bottom sheet that expands to full screen height, there's an inconsistency in the scrolling behavior. Specifically, when the user attempts to dismiss the sheet by pulling it down, the content within the sheet scrolls faster than the sheet itself. This creates a disjointed user experience where the content appears to "fall out" of the bottom sheet container.
Steps to Reproduce
Implement a modal bottom sheet.
Set the sheet to expand to full screen height.
Include scrollable content within the sheet (e.g., a ListView or SingleChildScrollView).
Open the bottom sheet so it covers the full screen.
Attempt to dismiss the sheet by pulling down from the top.
Expected Behavior
When pulling down to dismiss the sheet, the entire sheet (including its content) should move down uniformly, maintaining the relative position of the content within the sheet.
Actual Behavior
As the user pulls down, the content inside the sheet scrolls faster than the sheet itself, creating a visual disconnect between the sheet's movement and its content.
Screenshots
The text was updated successfully, but these errors were encountered:
Issue Description
When using a modal bottom sheet that expands to full screen height, there's an inconsistency in the scrolling behavior. Specifically, when the user attempts to dismiss the sheet by pulling it down, the content within the sheet scrolls faster than the sheet itself. This creates a disjointed user experience where the content appears to "fall out" of the bottom sheet container.
Steps to Reproduce
ListView
orSingleChildScrollView
).Expected Behavior
When pulling down to dismiss the sheet, the entire sheet (including its content) should move down uniformly, maintaining the relative position of the content within the sheet.
Actual Behavior
As the user pulls down, the content inside the sheet scrolls faster than the sheet itself, creating a visual disconnect between the sheet's movement and its content.
Screenshots
The text was updated successfully, but these errors were encountered: