const UISquare({ Key? key, required this.square, required this.onSquareClicked, }) : super(key: key);