~tuhning 👍

tuhning
👍
This commit is contained in:
Ali
2024-11-21 14:07:40 +01:00
parent 5ce05fcc95
commit aedfbc3a6d
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class MyHome extends StatelessWidget {
),
alignment: Alignment.centerLeft,
child: Text(
pageProvider.selectedPageTitle, // Hier wird der dynamische Titel angezeigt
pageProvider.titleString[pageProvider.selectedPage], // Hier wird der dynamische Titel angezeigt
style: TextStyle(
color: Theme.of(context).colorScheme.onPrimary,
fontWeight: FontWeight.bold,