kSecondaryTextStyle top-level constant

TextStyle const kSecondaryTextStyle

Implementation

const kSecondaryTextStyle = TextStyle(
  color: kMainTextColor,
  fontWeight: FontWeight.w600,
  fontSize: 28.0,
);