playlists screen

This commit is contained in:
austinried
2025-12-06 16:38:38 +09:00
parent 97ea3c3230
commit 3fcb938f2b
9 changed files with 106 additions and 10 deletions

View File

@@ -62,11 +62,12 @@ class SongsListHeader extends HookConsumerWidget {
style: theme.textTheme.headlineMedium,
textAlign: TextAlign.center,
),
Text(
subtitle ?? '',
style: theme.textTheme.headlineSmall,
textAlign: TextAlign.center,
),
if (subtitle != null)
Text(
subtitle!,
style: theme.textTheme.headlineSmall,
textAlign: TextAlign.center,
),
],
),
const SizedBox(height: 20),