added custom icon

This commit is contained in:
Moritz Weber 2020-04-05 12:22:40 +02:00
parent 1482dd2f5d
commit 10f9fe19f2
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -12,8 +12,8 @@ ThemeData theme() => ThemeData(
primaryColor: Colors.amber,
accentColor: Colors.amberAccent,
// https://api.flutter.dev/flutter/material/TextTheme-class.html
textTheme: TextTheme(
title: const TextStyle(fontSize: 20.0),
textTheme: const TextTheme(
title: TextStyle(fontSize: 20.0),
),
tabBarTheme: TabBarTheme(
labelColor: Colors.white,