button property

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

Implementation

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