appbarTitle property

String? get appbarTitle

Implementation

String? get appbarTitle => _appbarTitle;
set appbarTitle (String? appbarTitle)

Implementation

set appbarTitle(String? appbarTitle) {
  _appbarTitle = appbarTitle;
  update();
}