longPress constant

SemanticsAction const longPress = const SemanticsAction._(_kLongPressIndex)

The equivalent of a user pressing and holding the screen with the finger for a few seconds without moving it.

Implementation

static const SemanticsAction longPress = const SemanticsAction._(_kLongPressIndex)