smallGreyText top-level constant

TextStyle const smallGreyText

Implementation

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