appBarTextStyle top-level property

TextStyle appBarTextStyle
getter/setter pair

Implementation

TextStyle appBarTextStyle = TextStyle(
  fontSize: appBarSize,
  fontWeight: FontWeight.w400,
  height: charHeight,
  color: primary,
);