smallText top-level constant

TextStyle const smallText

Implementation

const smallText = TextStyle(
  color: midleDarkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 12,
  fontWeight: FontWeight.w500,
);