MaterialInkTooltipComponent constructor

MaterialInkTooltipComponent(
  1. TooltipController _tooltipController,
  2. ChangeDetectorRef _changeDetector,
  3. HtmlElement hostElement,
  4. @Attribute('tooltipClass') String? tooltipClass,
)

Implementation

MaterialInkTooltipComponent(this._tooltipController, this._changeDetector,
    HtmlElement hostElement, @Attribute('tooltipClass') String? tooltipClass)
    : popupClassName =
          constructEncapsulatedCss(tooltipClass, hostElement.classes);