leading property

Widget? leading
final

A widget to display before the text input field.

Typically the leading widget is an Icon or an IconButton.

Implementation

final Widget? leading;