LineTouchCellModel constructor
LineTouchCellModel({
- required Offset begainPoint,
- dynamic param,
Implementation
LineTouchCellModel({required this.begainPoint, this.param});