TouchSupport constructor

const TouchSupport({
  1. bool? supported,
  2. int? maxTouchPoints,
})

Implementation

const TouchSupport({
  this.supported,
  this.maxTouchPoints,
});