BarTouchCellModel constructor

BarTouchCellModel({
  1. required Offset begainPoint,
  2. required Size size,
  3. dynamic param,
})

Implementation

BarTouchCellModel(
    {required this.begainPoint, required this.size, this.param});