expandCollapse property

  1. @ViewChild('expandCollapseButton', read: ButtonDirective)
set expandCollapse (ButtonDirective? button)

Implementation

@ViewChild('expandCollapseButton', read: ButtonDirective)
set expandCollapse(ButtonDirective? button) {
  _expandCollapseButton = button;
}