flutter: board: Change innerLineWidth from 1 to 1.5

This commit is contained in:
Calcitem 2021-02-25 01:00:51 +08:00
parent c068728a1e
commit d3ab21b257
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class BoardPainter extends PiecesBasePainter {
paint.style = PaintingStyle.stroke;
const double borderLineWidth = 2.0;
const double innerLineWidth = 1.0;
const double innerLineWidth = 1.5;
var left = offsetX;
var top = offsetY;