LineBarTouchSet constructor

LineBarTouchSet({
  1. bool outsidePointClear = true,
  2. CellPointSet pointSet = CellPointSet.normal,
  3. LineBarSelectSet selelctSet = LineBarSelectSet.normal,
  4. LineBarPointBack? touchBack,
})

Implementation

LineBarTouchSet(
    {this.outsidePointClear = true,
    this.pointSet = CellPointSet.normal,
    this.selelctSet = LineBarSelectSet.normal,
    this.touchBack});