dragFeedbackOffset property

Offset dragFeedbackOffset
final

A vector to offset the position of dragged pieces by, relative to the size of the piece. No offset is recommended for web, and Offset(0,-1) for mobile, in which case the bottom of the piece will be anchored to the finger.

Implementation

final Offset dragFeedbackOffset;