UISquare constructor
const
UISquare({})
Implementation
const UISquare({
Key? key,
required this.square,
required this.onClick,
required this.onDrop,
this.highlight,
}) : super(key: key);
const UISquare({
Key? key,
required this.square,
required this.onClick,
required this.onDrop,
this.highlight,
}) : super(key: key);