tooltip property

String tooltip
final

What the platform shows on hover or long press, and what some platforms fall back to when a control has no name of its own.

Kept apart from name because the two are not the same promise: a tooltip is announced by Android and is easy to lose on other platforms, so a control named only by its tooltip is worth seeing in the recording.

Implementation

final String tooltip;