toolbar property

  1. @ViewChild.new('toolbar')
DivElement? toolbar
getter/setter pair

Implementation

@ViewChild('toolbar')
html.DivElement? toolbar;