underlays property

List<Widget> underlays
final

A list of widgets that will be inserted between the board background and the piece layer. Ensure these don't absorb any gestures to preserve board behaviour.

Implementation

final List<Widget> underlays;