touchTap constant

Implementation

static const EventStreamProvider<TouchEvent> touchTap =
    EventStreamProvider<TouchEvent>(TouchEvent.TOUCH_TAP);