txtSearchTextStyle property
Text style for search field text and hints.
Implementation
var txtSearchTextStyle = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w400,
color: Colors.grey,
fontFamily: Utils.appFontFamily.interFontFamily,
);
Text style for search field text and hints.
var txtSearchTextStyle = TextStyle(
fontSize: 14,
fontWeight: FontWeight.w400,
color: Colors.grey,
fontFamily: Utils.appFontFamily.interFontFamily,
);