Touch constructor

const Touch({
  1. Key? key,
  2. bool? disable,
  3. Widget? child,
})

Implementation

const Touch({super.key, this.disable, this.child});