diff --git a/lib/home/home.dart b/lib/home/home.dart index c8f986f..4ef7874 100644 --- a/lib/home/home.dart +++ b/lib/home/home.dart @@ -259,12 +259,12 @@ class _HomeState extends State with SingleTickerProviderStateMixin { }), ], ), - Container(child: PlayerWidget(playerKey: _playerKey)), - ], - ), + Container(child: PlayerWidget(playerKey: _playerKey)), + ], ), ), ), + ), ); } }