LineBarTouchSet constructor
LineBarTouchSet({
- bool outsidePointClear = true,
- CellPointSet pointSet = CellPointSet.normal,
- LineBarSelectSet selelctSet = LineBarSelectSet.normal,
- LineBarPointBack? touchBack,
Implementation
LineBarTouchSet(
{this.outsidePointClear = true,
this.pointSet = CellPointSet.normal,
this.selelctSet = LineBarSelectSet.normal,
this.touchBack});