getAppBarTextStyle method

TextStyle getAppBarTextStyle()

Returns app bar text style or default

Implementation

TextStyle getAppBarTextStyle() {
  return appBarTitleTextStyle ??
      TextStyle(
          fontSize: 20, color: Colors.black, fontWeight: FontWeight.bold);
}