Implemented first version of home view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user