ScorecardBarDirective constructor
ScorecardBarDirective(
- DomService _domService,
- HtmlElement _element,
- @Optional() @Inject(rtlToken) bool? isRtl
Implementation
ScorecardBarDirective(
this._domService,
this._element,
@Optional() @Inject(rtlToken) bool? isRtl,
) {
_isRtl = isRtl ?? false;
}