WhitePieces constructor

const WhitePieces({
  1. Key? key,
  2. required double maxWidth,
  3. required void onSelection({
    1. required Piece type,
    }),
})

Implementation

const WhitePieces(
    {super.key, required this.maxWidth, required this.onSelection});