feat: cool app bar

This commit is contained in:
Alex 2025-07-07 22:25:14 -05:00
parent d5eff115e8
commit 7173bdf60b
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
6 changed files with 658 additions and 12 deletions

View file

@ -325,7 +325,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
final isDraggingDown = currentExtent < previousExtent;
previousExtent = currentExtent;
// Closes the bottom sheet if the user is dragging down
if (isDraggingDown && delta.extent < 0.5) {
if (isDraggingDown && delta.extent < 0.55) {
if (dragInProgress) {
blockGestures = true;
}