currentY property
set
currentY
(dynamic y)
Implementation
set currentY(y) {
_lines[_selectPathIndex].line[_selectDot] = Offset(
_lines[_selectPathIndex].line[_selectDot].dx,
y,
);
notifyListeners();
}