overlays property

List<Widget> overlays
final

A list of widgets that will be inserted on top of the piece layer, but below any visible piece selectors. Ensure these don't absorb any gestures to preserve board behaviour.

Implementation

final List<Widget> overlays;