appBar method

AppBarModel appBar()

Implementation

AppBarModel appBar() {
  if (theAppBar == null) {
    throw Exception("theAppBar is not initialised");
  } else {
    return theAppBar!;
  }
}