appBarTextStyle top-level property
Implementation
TextStyle appBarTextStyle = TextStyle(
fontSize: appBarSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: primary,
);
TextStyle appBarTextStyle = TextStyle(
fontSize: appBarSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: primary,
);