getAppBarTextStyle method
Returns app bar text style or default
Implementation
TextStyle getAppBarTextStyle() {
return appBarTitleTextStyle ??
TextStyle(
fontSize: 20, color: Colors.black, fontWeight: FontWeight.bold);
}
Returns app bar text style or default
TextStyle getAppBarTextStyle() {
return appBarTitleTextStyle ??
TextStyle(
fontSize: 20, color: Colors.black, fontWeight: FontWeight.bold);
}