extraSmallPillText top-level constant

TextStyle const extraSmallPillText

Implementation

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