getAppBarText method

String getAppBarText()

Returns app bar text text or default

Implementation

String getAppBarText() {
  return appBarText ?? "Flutterwave";
}