tempY property

double tempY
getter/setter pair

Temporary x and y used during drag.

Implementation

late double tempX = x, tempY = y;