leading property

Widget? leading
final

A widget to display before the search field. Typically the leading widget is an Icon or an IconButton.

Implementation

final Widget? leading;