extraSmallWhiteText top-level constant

TextStyle const extraSmallWhiteText

Implementation

const extraSmallWhiteText = TextStyle(
  color: whiteColor,
  fontFamily: 'Poppins',
  fontSize: 10,
  fontWeight: FontWeight.w700,
);