onLongPressHint property

String? onLongPressHint
final

The hint text for a long press action.

If null, the standard hint is used instead.

The hint should describe what happens when a long press occurs, not the manner in which the long press is accomplished.

Bad: 'Double tap and hold to show tooltip'. Good: 'show tooltip'.

Implementation

final String? onLongPressHint;