pieceFacingPiByColor property
If provided, forces piece image facing per color.
- PieceColor.white / PieceColor.black => whether that color's piece image should be rotated by 180 degrees (pi).
- When null: behavior is driven by pieceFacingPi (or default = null).
Implementation
final Map<PieceColor, bool>? pieceFacingPiByColor;