longPress constant

SemanticsAction const longPress

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 = SemanticsAction._(_kLongPressIndex, 'longPress');