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