Last active
February 14, 2020 18:39
-
-
Save mukireus/33f1440b4bd4c56dfdc8c6e61a996180 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 UITextStyles { | |
static TextStyle loginStyle = TextStyle( | |
fontFamily: 'Montserrat', | |
color: UIHelper.WHITE, | |
fontSize: 45, | |
fontWeight: FontWeight.w500); | |
} | |
Text("login", style: UITextStyles.loginStyle))); //Bu şekilde kullanabilirsiniz. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment