fix: resolve 2 remaining strict analysis errors
- introPage.dart: Convert fireItems to proper static function closure - mainDrawer.dart: Convert unreadCount int to String for Text widget
This commit is contained in:
parent
1864e5b105
commit
7a4c9fb3bc
61 changed files with 1386 additions and 1202 deletions
|
|
@ -10,16 +10,14 @@ ThemeData _buildFiresTheme() {
|
|||
primaryColor: Colors.pink,
|
||||
scaffoldBackgroundColor: firesSurfaceWhite,
|
||||
cardColor: firesBackgroundWhite,
|
||||
textSelectionTheme: TextSelectionThemeData(selectionColor: fires300),
|
||||
colorScheme: ColorScheme.light(
|
||||
textSelectionTheme: const TextSelectionThemeData(selectionColor: fires300),
|
||||
colorScheme: const ColorScheme.light(
|
||||
primary: Colors.pink,
|
||||
secondary: fires900,
|
||||
error: firesErrorRed,
|
||||
surface: firesSurfaceWhite,
|
||||
onSurface: fires900,
|
||||
onPrimary: Colors.white,
|
||||
onSecondary: Colors.white,
|
||||
onError: Colors.white,
|
||||
),
|
||||
//TODO: Add the text themes (103)
|
||||
//TODO: Add the icon themes (103)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue