rightIcon property

Widget rightIcon
getter/setter pair

Implementation

late Widget rightIcon = const Icon(
  Icons.search,
  color: Color(0xFF9E9E9E),
);