FocusLineTouchSet constructor

FocusLineTouchSet({
  1. bool outsidePointClear = true,
  2. CellPointSet pointSet = CellPointSet.normal,
  3. PointPressPointBack? touchBack,
})

Implementation

FocusLineTouchSet({
  this.outsidePointClear = true,
  this.pointSet = CellPointSet.normal,
  this.touchBack,
});