baseBlackText top-level constant

TextStyle const baseBlackText

Implementation

const baseBlackText = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 15,
  fontWeight: FontWeight.w500,
);