titleText top-level constant

TextStyle const titleText

Implementation

const titleText = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 14,
  fontWeight: FontWeight.w600,
);