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