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
The only way to get a resizeable sheet to extend larger than minResizableExtent is by passing in a larger initialExtent. Once the sheet is resized smaller than minResizableExtent, it can no longer be extended back to a larger size, even if they one is included as maxExtent or initialExtent.
Steps to Reproduce
Create a resizable bottom sheet with the following properties:
maxExtent/initialExtent greater than minResizableExtent (e.g., maxExtent and initialExtent of 800 with minResizableExtent of 500).
Define maxExtent to a value greater than initialExtent (e.g., 800).
Resize the sheet down to or below the minResizableExtent.
Try to resize the sheet back up to the maxExtent.
Expected Behavior
The bottom sheet should allow expanding to the maxExtent after being resized down below the minResizableExtent.
Actual Behavior
The bottom sheet gets stuck at the minResizableExtent and does not expand back to the maxExtent.
Description
The only way to get a resizeable sheet to extend larger than minResizableExtent is by passing in a larger initialExtent. Once the sheet is resized smaller than minResizableExtent, it can no longer be extended back to a larger size, even if they one is included as maxExtent or initialExtent.
Steps to Reproduce
maxExtent
/initialExtent
greater thanminResizableExtent
(e.g.,maxExtent
andinitialExtent
of 800 withminResizableExtent
of 500).maxExtent
to a value greater thaninitialExtent
(e.g., 800).minResizableExtent
.maxExtent
.Expected Behavior
The bottom sheet should allow expanding to the
maxExtent
after being resized down below theminResizableExtent
.Actual Behavior
The bottom sheet gets stuck at the
minResizableExtent
and does not expand back to themaxExtent
.Code Sample
Video Demonstration
resizableSheetIssue.mov
Also not that jank while scrolling in sizes larger than minResizableExtent
Environment Information
dependency: "direct main"
description:
name: sheet
sha256: f7619b2bd5e031f206d8c22228ef2b12794192dea25b5af0862fa5e37fe6e36d
url: "https://pub.dev"
source: hosted
version: "1.0.0"
The text was updated successfully, but these errors were encountered: