TouchDetectionController constructor

const TouchDetectionController(
  1. StreamController<Gesture> _controller,
  2. Function addListener, {
  3. Key? key,
  4. required Widget child,
})

Implementation

const TouchDetectionController(this._controller, this.addListener,
    {Key? key, required Widget child})
    : super(key: key, child: child);