This commit is contained in:
Kima
2024-04-07 19:19:11 +02:00
parent 6662d4a48f
commit ed556d2bd4
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ class RoundedBottomSheet extends StatelessWidget {
@override
Widget build(BuildContext context) {
return AnimatedContainer(
height: 2000,
duration: const Duration(milliseconds: 500),
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.background,