refactor: apply changes according to Dart

trailing commas
This commit is contained in:
Pun Butrach
2023-08-12 14:33:15 +07:00
parent 4b0c8cecc8
commit 11d8f9fd30
3 changed files with 11 additions and 5 deletions

View File

@ -186,7 +186,7 @@ class _PatchItemState extends State<PatchItem> {
),
),
),
)
),
],
),
widget.child ?? const SizedBox(),