Location overview screen and model changes #3

Merged
marco merged 9 commits from development into main 2026-06-19 14:03:45 +02:00
Showing only changes of commit 5ef22c7b50 - Show all commits
+4 -1
View File
@@ -16,7 +16,10 @@ class TaskDismissible extends StatelessWidget {
key: key!,
direction: DismissDirection.startToEnd,
background: Container(
color: Theme.of(context).colorScheme.error,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(12),
color: Theme.of(context).colorScheme.error,
),
child: Align(
alignment: AlignmentGeometry.centerLeft,
child: Padding(