points property

List<Point<num>>? points

Point elements rendered in the image.

Implementation

List<Point<num>>? get points => _points?.valueCopy;