LineTouchSet constructor
LineTouchSet({
- bool outsidePointClear = true,
- HintEdgeInset hintEdgeInset = HintEdgeInset.none,
- CellPointSet pointSet = CellPointSet.normal,
- PointPressPointBack? touchBack,
Implementation
LineTouchSet({
this.outsidePointClear = true,
this.hintEdgeInset = HintEdgeInset.none,
this.pointSet = CellPointSet.normal,
this.touchBack,
});