format files

This commit is contained in:
zjs81
2026-06-13 00:39:13 -07:00
parent 7da4e68384
commit becfbedc99
26 changed files with 1040 additions and 741 deletions
+2 -10
View File
@@ -196,11 +196,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
),
),
if (showChevron)
Icon(
Icons.chevron_right,
color: scheme.onSurfaceVariant,
size: 16,
),
Icon(Icons.chevron_right, color: scheme.onSurfaceVariant, size: 16),
],
);
}
@@ -694,11 +690,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
],
),
),
Icon(
Icons.chevron_right,
color: scheme.onSurfaceVariant,
size: 16,
),
Icon(Icons.chevron_right, color: scheme.onSurfaceVariant, size: 16),
],
),
),