TouchSet constructor

TouchSet({
  1. bool outsidePointClear = true,
  2. SelectModelSet selelctSet = SelectModelSet.normal,
  3. BarPointBack? touchBack,
})

Implementation

TouchSet(
    {this.outsidePointClear = true,
    this.selelctSet = SelectModelSet.normal,
    this.touchBack});