baseText top-level constant

TextStyle const baseText

Implementation

const baseText = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 14,
  fontWeight: FontWeight.w400,
);