PointY constructor

PointY({
  1. required double y,
  2. String? label,
})

Implementation

PointY({
  required this.y,
  this.label,
});