Skip to content

Instantly share code, notes, and snippets.

@kauemurakami
Last active July 10, 2020 04:34
Show Gist options
  • Save kauemurakami/1cdf86f7b8de2bdf4e5c948c2142bb2e to your computer and use it in GitHub Desktop.
Save kauemurakami/1cdf86f7b8de2bdf4e5c948c2142bb2e to your computer and use it in GitHub Desktop.
Theme
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