baseGreyBoldText top-level constant

TextStyle const baseGreyBoldText

Implementation

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