longPress constant Null safety
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);
The equivalent of a user pressing and holding the screen with the finger for a few seconds without moving it.
static const SemanticsAction longPress = SemanticsAction._(_kLongPressIndex);