tap constant

SemanticsAction const tap

The equivalent of a user briefly tapping the screen with the finger without moving it.

Implementation

static const SemanticsAction tap = SemanticsAction._(_kTapIndex, 'tap');