aboutsummaryrefslogtreecommitdiffstats
path: root/lib/presentation/screens/media/radio_preset_table.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/presentation/screens/media/radio_preset_table.dart')
-rw-r--r--lib/presentation/screens/media/radio_preset_table.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/presentation/screens/media/radio_preset_table.dart b/lib/presentation/screens/media/radio_preset_table.dart
index fcf8e2b..21f9f4a 100644
--- a/lib/presentation/screens/media/radio_preset_table.dart
+++ b/lib/presentation/screens/media/radio_preset_table.dart
@@ -177,7 +177,7 @@ class _RadioPresetTableState extends ConsumerState<RadioPresetTable> {
);
},
separatorBuilder: (_, __) {
- return SizedBox(height: 8);
+ return const SizedBox(height: 8);
},
),
])),