Refactoring
This commit is contained in:
@@ -16,7 +16,7 @@ class CustomTheme {
|
||||
fontSize: 16,
|
||||
);
|
||||
|
||||
static TextStyle createGameTitle = TextStyle(
|
||||
static TextStyle rowTitle = TextStyle(
|
||||
fontSize: 20,
|
||||
color: primaryColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -27,10 +27,4 @@ class CustomTheme {
|
||||
color: white,
|
||||
fontWeight: FontWeight.bold,
|
||||
);
|
||||
|
||||
static TextStyle roundPlayers = TextStyle(
|
||||
fontSize: 20,
|
||||
color: white,
|
||||
fontWeight: FontWeight.bold,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user