kAppBarTitleTextStyle top-level constant
TextStyle
const kAppBarTitleTextStyle
Implementation
const TextStyle kAppBarTitleTextStyle = TextStyle(
fontSize: kHeadingTextSize,
fontWeight: FontWeight.bold,
color: Colors.white,
);