imgSearch property

Icon imgSearch
getter/setter pair

Search icon widget with white color.

Implementation

var imgSearch = Icon(
  Icons.search,
  color: Colors.white,
);