button property

  1. @ViewChild.new(ButtonDirective)
set button (ButtonDirective b)

Implementation

@ViewChild(ButtonDirective)
set button(ButtonDirective b) {
  _button = b;
  focusable = b;
}