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