button property

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

Implementation

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