add back button functionality
This commit is contained in:
@@ -85,7 +85,11 @@ class DashboardHeader extends StatelessWidget {
|
||||
Expanded(
|
||||
child: ListView(
|
||||
scrollDirection: Axis.vertical,
|
||||
children: [TopTractionPanel(), LeaderboardPanel()],
|
||||
children: [
|
||||
TopTractionPanel(),
|
||||
LeaderboardPanel(),
|
||||
SizedBox(height: 80),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user