Last active
February 14, 2020 19:49
-
-
Save mukireus/158bf81402f683188c2e03301d8e2656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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