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