kPrimaryTextStyle top-level constant

TextStyle const kPrimaryTextStyle

Implementation

const kPrimaryTextStyle = TextStyle(
  fontWeight: FontWeight.w600,
  fontSize: 32.0,
  color: kMainTextColor,
);