HighlightOverlay constructor

const HighlightOverlay({
  1. Key? key,
  2. required double squareSize,
  3. required bool hasPiece,
})

Implementation

const HighlightOverlay({
  super.key,
  required this.squareSize,
  required this.hasPiece,
});