Skip to content

Commit

Permalink
Update square.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Dec 29, 2024
1 parent ff2db5a commit 398c0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/board/square.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Square extends StatelessWidget {

final SquareType type;
final double length;
final double margin; // margin to image
final double margin;
final String coordinate;
final void Function()? onTap;
final int? score;
Expand Down

0 comments on commit 398c0f2

Please sign in to comment.