smallMutedText top-level constant

TextStyle const smallMutedText

Implementation

const smallMutedText = TextStyle(
  color: midleLightGreyColor,
  fontFamily: 'Poppins',
  fontSize: 12,
  fontWeight: FontWeight.w500,
);