interactible property

bool interactible
final

Whether the piece can be interacted with. This must be false when any other piece is being dragged, to avoid the GestureDetector absorbing the drag.

Implementation

final bool interactible;