tap constant Null safety

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);