LinePointModel constructor
LinePointModel({})
Implementation
LinePointModel(
{required this.x,
this.y,
this.text = '',
this.textStyle = defaultTextStyle,
this.pointToTextSpace = 0,
this.cellPointSet = CellPointSet.normal});