InteractiveGestureDetector constructor

const InteractiveGestureDetector({
  1. Key? key,
  2. InteractiveLayerOptions? options,
  3. dynamic position,
  4. dynamic data,
  5. Widget? child,
})

Implementation

const InteractiveGestureDetector({
  Key? key,
  this.options,
  this.position,
  this.data,
  this.child,
}) : super(key: key);