style: Use SliverList for chatlist
This commit is contained in:
parent
46e0e4b65e
commit
61c4d0e61f
7 changed files with 335 additions and 274 deletions
|
|
@ -16,7 +16,7 @@ abstract class AppConfig {
|
|||
static const double messageFontSize = 15.75;
|
||||
static const bool allowOtherHomeservers = true;
|
||||
static const bool enableRegistration = true;
|
||||
static const Color primaryColor = Color.fromARGB(255, 135, 103, 172);
|
||||
static const Color primaryColor = Color(0xFF5625BA);
|
||||
static const Color primaryColorLight = Color(0xFFCCBDEA);
|
||||
static const Color secondaryColor = Color(0xFF41a2bc);
|
||||
static String _privacyUrl =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue