tap constant
The equivalent of a user briefly tapping the screen with the finger without moving it.
Implementation
static const SemanticsAction tap = SemanticsAction._(_kTapIndex, 'tap');
The equivalent of a user briefly tapping the screen with the finger without moving it.
static const SemanticsAction tap = SemanticsAction._(_kTapIndex, 'tap');