points property
getter for points representing signature on 2D canvas
Implementation
List<Point> get points => value;
setter for points representing signature on 2D canvas
Implementation
set points(List<Point> points) {
value = points;
}
getter for points representing signature on 2D canvas
List<Point> get points => value;
setter for points representing signature on 2D canvas
set points(List<Point> points) {
value = points;
}