Playable playlist screen

This commit is contained in:
2024-08-28 20:34:35 +08:00
parent 70039a4901
commit c0714ab3c8
5 changed files with 88 additions and 14 deletions

View File

@ -23,10 +23,13 @@ class LyricsScreen extends StatelessWidget {
],
),
bottomNavigationBar: const SizedBox(
height: 83,
height: 85,
child: Material(
elevation: 2,
child: BottomPlayer(usePop: true),
child: BottomPlayer(
key: Key('lyrics-page-bottom-player'),
usePop: true,
),
),
),
),