PointItem constructor
const
PointItem({})
Implementation
const PointItem({
required this.x,
required this.y,
this.color = Colors.blue,
this.radius = 6.0,
this.label,
this.labelStyle,
this.labelOffset = const Offset(10, -18),
});