Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlim committed Feb 3, 2021
1 parent 4730cbe commit 7babfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MazeTest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ class gameButtonState extends State<gameButton> {
}
@override
//build actual GUI of "gamebutton" - a flatbutton with an icon hidden within it (either check or X)
//todo - How to create the grid based on the shortest dimension of the rectangle? This is to avoid the error bars.
Widget build(BuildContext context) {
return Container(
decoration: BoxDecoration(border: Border.all(color: Colors.black)),
Expand Down

0 comments on commit 7babfc0

Please sign in to comment.