mine sweeper pt2
This commit is contained in:
parent
d51603ff5d
commit
540e13dfe0
2 changed files with 28 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class MineTile extends StatelessWidget {
|
|||
child: Text(
|
||||
'${square.bombsAround}',
|
||||
style: TextStyle(
|
||||
fontSize: 25,
|
||||
fontWeight: FontWeight.bold,
|
||||
color: _getTileColor(square.bombsAround, context),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue