Skip to content

Commit 6233b1f

Browse files
Make time after there
1 parent 6b93119 commit 6233b1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/widgets/taskdetails/tags_widget.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import 'package:taskwarrior/widgets/taskw.dart';
1111
import '../pallete.dart';
1212

1313
class TagsWidget extends StatelessWidget {
14-
const TagsWidget({
15-
required this.name,
16-
required this.value,
17-
required this.callback,
18-
Key? key,
19-
}): super(key: key);
14+
const TagsWidget({
15+
required this.name,
16+
required this.value,
17+
required this.callback,
18+
super.key,
19+
});
2020

2121
final String name;
2222
final dynamic value;

0 commit comments

Comments
 (0)