added custom icon
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 29 KiB |
|
@ -12,8 +12,8 @@ ThemeData theme() => ThemeData(
|
||||||
primaryColor: Colors.amber,
|
primaryColor: Colors.amber,
|
||||||
accentColor: Colors.amberAccent,
|
accentColor: Colors.amberAccent,
|
||||||
// https://api.flutter.dev/flutter/material/TextTheme-class.html
|
// https://api.flutter.dev/flutter/material/TextTheme-class.html
|
||||||
textTheme: TextTheme(
|
textTheme: const TextTheme(
|
||||||
title: const TextStyle(fontSize: 20.0),
|
title: TextStyle(fontSize: 20.0),
|
||||||
),
|
),
|
||||||
tabBarTheme: TabBarTheme(
|
tabBarTheme: TabBarTheme(
|
||||||
labelColor: Colors.white,
|
labelColor: Colors.white,
|
||||||
|
|