Skip to content

Instantly share code, notes, and snippets.

@mukireus
Last active February 14, 2020 19:49
Show Gist options
  • Save mukireus/158bf81402f683188c2e03301d8e2656 to your computer and use it in GitHub Desktop.
Save mukireus/158bf81402f683188c2e03301d8e2656 to your computer and use it in GitHub Desktop.
class UIColorHelper {
static const Color PRIMARY_COLOR = Color(0xFF1A237E);
static const Color LIGHT_COLOR = Color(0xFF534BAE);
static const Color DARK_COLOR = Color(0xFF000051);
static const Color TEXT_COLOR = Color(0xFFFFFFFF);
}
UIColorHelper.DEGISKEN_ADI // Bu şekilde kullanabilirsiniz.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment