TouchSet constructor
TouchSet({
- bool outsidePointClear = true,
- SelectModelSet selelctSet = SelectModelSet.normal,
- BarPointBack? touchBack,
Implementation
TouchSet(
{this.outsidePointClear = true,
this.selelctSet = SelectModelSet.normal,
this.touchBack});