popAppBar method

void popAppBar()

Implementation

void popAppBar(){
  if(this._appBar.size()>1)this._appBar.pop();
  update();
}