focusableElement property

  1. @ViewChild(ButtonDirective)
set focusableElement (ButtonDirective? button)

Implementation

@ViewChild(ButtonDirective)
set focusableElement(ButtonDirective? button) {
  focusable = button;
}