style: Use SliverList for chatlist
This commit is contained in:
parent
46e0e4b65e
commit
61c4d0e61f
7 changed files with 335 additions and 274 deletions
|
|
@ -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,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue