leadingTooltip property

String? leadingTooltip
final

Text shown in a Tooltip on hover / long-press of the leading half, and used as its accessibility label.

When null, that half has no tooltip.

Implementation

final String? leadingTooltip;