adjust heightFactor for empty game state in home view
This commit is contained in:
@@ -144,7 +144,7 @@ class _HomeViewState extends State<HomeView> {
|
|||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
] else ...[
|
] else ...[
|
||||||
const Center(
|
const Center(
|
||||||
heightFactor: 4,
|
heightFactor: 5.35,
|
||||||
child: Text('No second game available.'),
|
child: Text('No second game available.'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user