newsearchText top-level constant

TextStyle const newsearchText

Implementation

const newsearchText = TextStyle(
  color: midleLightGreyColor,
  fontFamily: 'Poppins',
  fontSize: 14,
  fontWeight: FontWeight.w400,
);