suffixIcon property

Widget? suffixIcon
final

A widget to show at the end of the search field, after the editable text area.

Typically an Icon or an IconButton.

Implementation

final Widget? suffixIcon;