chore: Follow up new dialogs

This commit is contained in:
krille-chan 2024-12-10 20:03:23 +01:00
commit 21be49c5c0
No known key found for this signature in database
4 changed files with 15 additions and 3 deletions

View file

@ -35,7 +35,6 @@ Future<T?> showAdaptiveBottomSheet<T>({
maxWidth: FluffyThemes.columnWidth * 1.25,
),
backgroundColor: Colors.transparent,
showDragHandle: !dialogMode,
clipBehavior: Clip.hardEdge,
);
}