Location overview screen and model changes #3
@@ -16,7 +16,10 @@ class TaskDismissible extends StatelessWidget {
|
||||
key: key!,
|
||||
direction: DismissDirection.startToEnd,
|
||||
background: Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
color: Theme.of(context).colorScheme.error,
|
||||
),
|
||||
child: Align(
|
||||
alignment: AlignmentGeometry.centerLeft,
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user