TouchList constructor

TouchList()

NB: This constructor likely does not work as you might expect it to! This constructor will simply fail (returning null) if you are not on a device with touch enabled. See dartbug.com/8314.

Implementation

// TODO(5760): createTouchList now uses varargs.
factory TouchList() => null;