searchText top-level constant

TextStyle const searchText

Implementation

const searchText = TextStyle(
  color: Colors.black87,
  fontFamily: 'Poppins',
  fontSize: 16,
  fontWeight: FontWeight.w400,
);