mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-13 22:50:20 +02:00
UI Modernization: Unified app bars, updated logos, improved settings & Deezer support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user