setAppBar method

void setAppBar(
  1. Widget appBar
)

Implementation

void setAppBar(Widget appBar){
  this._appBar.push(appBar);
  update();
}