primary property

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

Implementation

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