listen tab initial layout

This commit is contained in:
2024-09-05 20:35:26 -04:00
parent 1fdac3b2cb
commit 2fd11f36fc
2 changed files with 42 additions and 2 deletions

View File

@@ -11,7 +11,10 @@ class YthingRadio extends StatelessWidget {
return MaterialApp(
title: 'Ything Radio',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepOrange),
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.orange,
dynamicSchemeVariant: DynamicSchemeVariant.fidelity,
),
useMaterial3: true,
),
home: const HomePage(title: 'Ything Radio'),