trailingIcon property
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;
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.
final Widget? trailingIcon;