Skip to content

Instantly share code, notes, and snippets.

@mukireus
Last active February 14, 2020 18:39
Show Gist options
  • Save mukireus/33f1440b4bd4c56dfdc8c6e61a996180 to your computer and use it in GitHub Desktop.
Save mukireus/33f1440b4bd4c56dfdc8c6e61a996180 to your computer and use it in GitHub Desktop.
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