add back button functionality

This commit is contained in:
2025-07-26 23:28:45 +01:00
parent 34f0e8d96d
commit 115954f397
8 changed files with 139 additions and 81 deletions

View File

@@ -85,7 +85,11 @@ class DashboardHeader extends StatelessWidget {
Expanded(
child: ListView(
scrollDirection: Axis.vertical,
children: [TopTractionPanel(), LeaderboardPanel()],
children: [
TopTractionPanel(),
LeaderboardPanel(),
SizedBox(height: 80),
],
),
),
],