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