setDarkAppBarTitleTextStyle top-level property

TextStyle setDarkAppBarTitleTextStyle
getter/setter pair

Implementation

var setDarkAppBarTitleTextStyle = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w500,
  color: Colors.white,
);