LineTouchCellModel constructor

LineTouchCellModel({
  1. required Offset begainPoint,
  2. dynamic param,
})

Implementation

LineTouchCellModel({required this.begainPoint, this.param});