Touch constructor

Touch({
  1. int radiusX = 0,
  2. int radiusY = 0,
})

Implementation

Touch({this.radiusX = 0, this.radiusY = 0});