added missings consts
This commit is contained in:
@@ -44,7 +44,7 @@ class _ChooseGameViewState extends State<ChooseGameView> {
|
||||
),
|
||||
title: Text(
|
||||
AppLocalizations.of(context)!.choose_game,
|
||||
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
),
|
||||
centerTitle: true,
|
||||
),
|
||||
|
||||
@@ -53,7 +53,7 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
|
||||
),
|
||||
title: Text(
|
||||
AppLocalizations.of(context)!.choose_group,
|
||||
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
),
|
||||
centerTitle: true,
|
||||
),
|
||||
|
||||
@@ -49,7 +49,7 @@ class _ChooseRulesetViewState extends State<ChooseRulesetView> {
|
||||
),
|
||||
title: Text(
|
||||
AppLocalizations.of(context)!.choose_ruleset,
|
||||
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
),
|
||||
centerTitle: true,
|
||||
),
|
||||
|
||||
@@ -120,7 +120,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
||||
scrolledUnderElevation: 0,
|
||||
title: Text(
|
||||
AppLocalizations.of(context)!.create_new_match,
|
||||
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
|
||||
),
|
||||
centerTitle: true,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user