dart format

This commit is contained in:
2026-05-08 20:12:40 +02:00
parent 9e139b5704
commit 3b8da1d3d6
295 changed files with 6404 additions and 4161 deletions
+1 -4
View File
@@ -21,10 +21,7 @@ void showDetailsBottomSheet(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
if (header != null) ...[
header,
const Divider(height: 1),
],
if (header != null) ...[header, const Divider(height: 1)],
...children(sheetContext),
],
),