baseWhiteText top-level constant

TextStyle const baseWhiteText

Implementation

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