CastlesWidget constructor
const
CastlesWidget({})
Implementation
const CastlesWidget({
super.key,
required this.labels,
required this.whiteOO,
required this.whiteOOO,
required this.blackOO,
required this.blackOOO,
required this.onWhiteOOChanged,
required this.onWhiteOOOChanged,
required this.onBlackOOChanged,
required this.onBlackOOOChanged,
});