const TurnWidget({ Key? key, required this.labels, required this.currentFen, required this.onTurnChanged, }) : super(key: key);