xiangqi constant

BackgroundConfig const xiangqi

Implementation

static const xiangqi = BackgroundConfig(
  drawNormalSquares: false,
  opacity: 0.5,
  squareDecoration: BoxDecoration(shape: BoxShape.circle),
);