1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-07-01 22:23:29 +00:00

Fix all code warnings

This commit is contained in:
2021-12-28 15:33:27 +01:00
parent ae75429b1d
commit 7ae50e21a4
26 changed files with 14 additions and 38 deletions

View File

@ -43,7 +43,6 @@ class LoginRoutesTheme extends StatelessWidget {
backgroundColor: Config.get().splashBackgroundColor,
disabledColor: Colors.grey,
highlightColor: Colors.white12,
accentColor: Colors.white,
hintColor: Colors.white,
textTheme: TextTheme(subtitle1: TextStyle(color: Colors.white)),
radioTheme: RadioThemeData(
@ -63,7 +62,7 @@ class LoginRoutesTheme extends StatelessWidget {
onBackground: Colors.white,
onError: Colors.redAccent,
brightness: Brightness.dark,
)),
).copyWith(secondary: Colors.white)),
child: child,
);
}