baseWhiteBoldText top-level constant

TextStyle const baseWhiteBoldText

Implementation

const baseWhiteBoldText = TextStyle(
  color: whiteColor,
  fontFamily: 'Poppins',
  fontSize: 16,
  fontWeight: FontWeight.w400,
);