LineTouchSet constructor

LineTouchSet({
  1. bool outsidePointClear = true,
  2. HintEdgeInset hintEdgeInset = HintEdgeInset.none,
  3. CellPointSet pointSet = CellPointSet.normal,
  4. PointPressPointBack? touchBack,
})

Implementation

LineTouchSet({
  this.outsidePointClear = true,
  this.hintEdgeInset = HintEdgeInset.none,
  this.pointSet = CellPointSet.normal,
  this.touchBack,
});