kAppBarTextStyle top-level constant

TextStyle const kAppBarTextStyle

Implementation

const kAppBarTextStyle = TextStyle(
  fontWeight: FontWeight.w600,
  fontSize: 20.0,
  color: kMainTextColor,
);