TouchModel constructor

TouchModel({
  1. bool needRefresh = true,
  2. Offset? offset,
  3. dynamic touchBackValue,
})

Implementation

TouchModel({this.needRefresh = true, this.offset, this.touchBackValue});