Skip to content

Instantly share code, notes, and snippets.

@kunny
Created February 17, 2021 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunny/eed3e0d0f6113f3f839eef007b4bcf11 to your computer and use it in GitHub Desktop.
Save kunny/eed3e0d0f6113f3f839eef007b4bcf11 to your computer and use it in GitHub Desktop.
Class 101 / Flutter / 3-5
static const colorDefault = Colors.white;
static const colorRed = Color(0xFFFFCDD2);
static const colorOrange = Color(0xFFFFE0B2);
static const colorYellow = Color(0xFFFFF9C4);
static const colorLime = Color(0xFFF0F4C3);
static const colorBlue = Color(0xFFBBDEFB);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment