TouchDetectionController constructor
const
TouchDetectionController(
- StreamController<
Gesture> _controller, - Function addListener, {
- Key? key,
- required Widget child,
Implementation
const TouchDetectionController(this._controller, this.addListener,
{Key? key, required Widget child})
: super(key: key, child: child);