extraSmallText top-level constant

TextStyle const extraSmallText

Implementation

const extraSmallText = TextStyle(
  color: midleDarkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 10,
  fontWeight: FontWeight.w400,
);