Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Last active October 4, 2020 08:17
Show Gist options
  • Save TechieBlossom/d68b6b606e7767eb4f3d29a7c3f93385 to your computer and use it in GitHub Desktop.
Save TechieBlossom/d68b6b606e7767eb4f3d29a7c3f93385 to your computer and use it in GitHub Desktop.
//1
class AppColor {
//2
const AppColor._();
//3
static const Color vulcan = Color(0xFF141221);
static const Color royalBlue = Color(0xFF604FEF);
static const Color violet = Color(0xFFA74DBC);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment