onTapHint property

String? onTapHint
final

The hint text for a tap action.

If null, the standard hint is used instead.

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

Bad: 'Double tap to show movies'. Good: 'show movies'.

Implementation

final String? onTapHint;