setLightAppBarTitleTextStyle top-level property

TextStyle setLightAppBarTitleTextStyle
getter/setter pair

Implementation

var setLightAppBarTitleTextStyle = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w500,
  color: colorWithHex3,
);