PointModel constructor
PointModel({
- required Offset offset,
- CellPointSet cellPointSet = CellPointSet.normal,
- Color? sectionColor,
Implementation
PointModel(
{required this.offset,
this.cellPointSet = CellPointSet.normal,
this.sectionColor});