currentPoint property

Offset get currentPoint

The current pointer position.

This updates continuously as the user drags the connection.

Implementation

Offset get currentPoint => _currentPoint.value;
set currentPoint (Offset value)

Sets the current pointer position.

Implementation

set currentPoint(Offset value) => _currentPoint.value = value;