semanticsLabel property
The tip's label, exposed to screen readers as the child's tooltip and announced when the child is focused.
Set this to surface the tip's text to accessibility frameworks, since tipBuilder returns a widget, not a string. Defaults to null.
Implementation
final String? semanticsLabel;