seeMoreText top-level constant

TextStyle const seeMoreText

Implementation

const seeMoreText = TextStyle(
  color: brandColor,
  fontFamily: 'Poppins',
  fontSize: 14,
  fontWeight: FontWeight.w400,
);