txtSearchTextStyle property

TextStyle txtSearchTextStyle
getter/setter pair

Text style for search field text and hints.

Implementation

var txtSearchTextStyle = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w400,
  color: Colors.grey,
  fontFamily: Utils.appFontFamily.interFontFamily,
);