Renamed Theme Utils and work on Progress List Item

Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
This commit is contained in:
Andreas Fahrecker
2021-03-18 16:05:09 +01:00
parent d6ca3d4270
commit e71b65bdf3
5 changed files with 43 additions and 27 deletions

View File

@ -17,4 +17,5 @@ final CupertinoThemeData cupertinoThemeData = CupertinoThemeData(
scaffoldBackgroundColor: Colors.white,
);
final toolbarTextStyle = TextStyle(color: Colors.white, fontSize: 16);
final cupertinoCardTextStyle = TextStyle(color: Colors.white);
final bottomTabsBackground = Colors.indigoAccent;