style: Use SliverList for chatlist

This commit is contained in:
Krille 2023-03-19 19:59:50 +01:00
commit 61c4d0e61f
7 changed files with 335 additions and 274 deletions

View file

@ -47,11 +47,11 @@ class SettingsStyleController extends State<SettingsStyle> {
static final List<Color?> customColors = [
AppConfig.chatColor,
Colors.blue.shade800,
Colors.green.shade800,
Colors.orange.shade700,
Colors.pink.shade700,
Colors.blueGrey.shade600,
Colors.indigo,
Colors.green,
Colors.orange,
Colors.pink,
Colors.blueGrey,
null,
];