setDarkAppBarTitleTextStyle top-level property
Implementation
var setDarkAppBarTitleTextStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.w500,
color: Colors.white,
);
var setDarkAppBarTitleTextStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.w500,
color: Colors.white,
);