Compare commits
2 Commits
5ef22c7b50
..
v0.1.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 81222de7fe | |||
| 392ec22dcd |
@@ -16,10 +16,7 @@ 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