PointModel constructor

PointModel({
  1. required Offset offset,
  2. CellPointSet cellPointSet = CellPointSet.normal,
  3. Color? sectionColor,
})

Implementation

PointModel(
    {required this.offset,
    this.cellPointSet = CellPointSet.normal,
    this.sectionColor});