Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created June 17, 2019 10:11
Show Gist options
  • Save flutter-devs/5fea39e0f237d7c170c9b4881fb9449a to your computer and use it in GitHub Desktop.
Save flutter-devs/5fea39e0f237d7c170c9b4881fb9449a to your computer and use it in GitHub Desktop.
const Color GRAY_COLOR = Colors.grey;
const Color BROWN_COLOR = Colors.brown;
const Color RED_COLOR = Colors.red;
const Color ORANGE_COLOR = Colors.orange;
const Color BLUE_COLOR = Colors.blue;
const Color GREEN_COLOR = Colors.green;
const Color WHITE_COLOR = Colors.white;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment