selector property

String? selector
final

The selector to locate descendant Elements which would trigger the tooltip.

  • If absent, the tooltip will be triggered by the base Element of this component.

Implementation

final String? selector;