Last active
July 10, 2020 04:34
-
-
Save kauemurakami/1cdf86f7b8de2bdf4e5c948c2142bb2e to your computer and use it in GitHub Desktop.
Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
final ThemeData appThemeData = ThemeData( | |
primaryColor: Colors.blueAccent, | |
accentColor: Colors.blue, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment