From 7babfc05fd397fad9de57e6c8c79fcfcc89fd340 Mon Sep 17 00:00:00 2001 From: Kelvin Lim Date: Tue, 2 Feb 2021 21:18:06 -0600 Subject: [PATCH] added todo --- lib/MazeTest.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MazeTest.dart b/lib/MazeTest.dart index f5904a1..ffa534a 100644 --- a/lib/MazeTest.dart +++ b/lib/MazeTest.dart @@ -253,6 +253,7 @@ class gameButtonState extends State { } @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)),