smallBlackText top-level constant

TextStyle const smallBlackText

Implementation

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