Skip to content

Commit 3a8435e

Browse files
Make time after there
1 parent 6233b1f commit 3a8435e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/widgets/taskdetails/tags_widget.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ class TagsWidget extends StatelessWidget {
5757
}
5858

5959
class TagsRoute extends StatefulWidget {
60-
const TagsRoute({
61-
required this.value,
62-
required this.callback,
63-
Key? key,
64-
}) : super(key: key);
60+
const TagsRoute({required this.value, required this.callback, super.key});
61+
6562

6663
final ListBuilder<String>? value;
6764
final void Function(ListBuilder<String>?) callback;

0 commit comments

Comments
 (0)