tagText top-level constant

TextStyle const tagText

Implementation

const tagText = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 13,
  fontWeight: FontWeight.w400,
);