TapModel constructor

TapModel({
  1. double? x,
  2. double? y,
  3. int? index,
})

Implementation

TapModel({this.x, this.y, this.index});