Compare commits
1 Commits
v0.1.3
...
5ef22c7b50
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ef22c7b50 |
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user