replaced buttons with switches

This commit is contained in:
NicKoehler
2023-05-18 11:41:16 +02:00
parent 8706541aa9
commit ec4a95f906
5 changed files with 32 additions and 30 deletions

View File

@@ -76,7 +76,8 @@ extension StringExtension on String {
String get nonBreaking => replaceAll(' ', String.fromCharCode($nbsp));
}
const Size kConnectionManagerWindowSize = Size(300, 400);
const Size kConnectionManagerWindowSizeClosedChat = Size(300, 500);
const Size kConnectionManagerWindowSizeOpenChat = Size(600, 500);
// Tabbar transition duration, now we remove the duration
const Duration kTabTransitionDuration = Duration.zero;
const double kEmptyMarginTop = 50;