Implemented first version of home view

This commit is contained in:
2025-11-09 23:33:29 +01:00
parent f1974cf71a
commit e88211245c
5 changed files with 221 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ class _QuickInfoTileState extends State<QuickInfoTile> {
children: [
Row(
children: [
const Icon(Icons.casino),
Icon(widget.icon),
const SizedBox(width: 5),
Text(
widget.title,