primary property

  1. @ViewChild('primary', read: HtmlElement)
set primary (HtmlElement? value)

Implementation

@ViewChild('primary', read: HtmlElement)
set primary(HtmlElement? value) {
  _primaryIndicator = value as DivElement?;
}