square property

HighlightTheme square
getter/setter pair

A variant HighlightTheme with square dots for empty squares.

Implementation

static HighlightTheme square = HighlightTheme(empty: squareDot, piece: squareOutline);