tooltipLabel property

  1. @HostBinding('attr.aria-label')
String tooltipLabel
final

Implementation

@HostBinding('attr.aria-label')
static final tooltipLabel = Intl.message(
    'Mouseover or press enter on this icon for more information.',
    name: 'MaterialTooltipSourceDirective_tooltipLabel',
    desc: 'Label for help icon which opens a help center tooltip.');