List<Offset> get pathPoint { List<Offset> tempPathPoint = []; tempPathPoint.addAll(_pathPoint); if (_movePoint != null) { tempPathPoint.add(_movePoint!); } return tempPathPoint; }