semanticsOnTapHint property

String? semanticsOnTapHint
final

The semantic hint text that informs users what will happen if they tap on the widget. Announced in the format of 'Double tap to ...'.

If the field is null, the default hint will be used, which results in announcement of 'Double tap to activate'.

Implementation

final String? semanticsOnTapHint;