Added Button for entering a tournament

This commit is contained in:
2026-03-06 07:54:38 +01:00
parent 14148aa983
commit 34071020cd

View File

@@ -53,6 +53,12 @@ class _TournamentDetailPageState extends State<TournamentDetailPage> {
),
],
),
floatingActionButton: FloatingActionButton(
child: Icon(Icons.dashboard_customize_rounded),
onPressed: () {
print("Tournament entered");
},
),
);
}
}
@@ -77,7 +83,6 @@ class DetailHeader extends StatelessWidget {
borderRadius: BorderRadiusDirectional.vertical(
bottom: Radius.circular(8),
),
color: Colors.red,
image: DecorationImage(
fit: BoxFit.cover,
// Currently a demo image