UI Modernization: Unified app bars, updated logos, improved settings & Deezer support

This commit is contained in:
zarzet
2026-01-11 04:28:41 +07:00
parent f2aca734a3
commit 9f47f2ce85
9 changed files with 458 additions and 153 deletions
+6
View File
@@ -221,6 +221,12 @@ class AppTheme {
}
return scheme.surfaceContainerHighest;
}),
thumbIcon: WidgetStateProperty.resolveWith((states) {
if (states.contains(WidgetState.selected)) {
return Icon(Icons.check, color: scheme.primary);
}
return null;
}),
);
/// Chip theme