trailingIcon property

Widget? trailingIcon
final

An optional icon at the end of the text field.

Defaults to an Icon with Icons.arrow_drop_down.

If showTrailingIcon is false, the trailing icon will not be shown.

Implementation

final Widget? trailingIcon;