We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31baebf commit e92196bCopy full SHA for e92196b
lib/features/searching/view_model/grid_notifier.dart
@@ -22,7 +22,7 @@ class SearchingNotifier extends StateNotifier<GridNotifierState> {
22
SearchingNotifier() : super(GridNotifierState());
23
24
/// [_gridSquareSize]
25
- final double _gridSquareSize = 24;
+ final double _gridSquareSize = 25;
26
static const Duration scaleAppearDurationForWall = Duration(milliseconds: 700);
27
static const Duration clearDuration = Duration(microseconds: 1);
28
static const Duration drawFindingPathDuration = Duration(milliseconds: 2);
0 commit comments