Actions: Auto-formatting [skip ci]
This commit is contained in:
@@ -21,13 +21,13 @@ TextStyle createGameTitle = TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
);
|
||||
|
||||
TextStyle roundTitle = TextStyle(
|
||||
TextStyle roundTitle = const TextStyle(
|
||||
fontSize: 60,
|
||||
color: CupertinoColors.white,
|
||||
fontWeight: FontWeight.bold,
|
||||
);
|
||||
|
||||
TextStyle roundPlayers = TextStyle(
|
||||
TextStyle roundPlayers = const TextStyle(
|
||||
fontSize: 20,
|
||||
color: CupertinoColors.white,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
Reference in New Issue
Block a user