inputTrailingWidget property

Widget? inputTrailingWidget
final

Widget displayed at the end of the input field.

Delegated to the underlying ChipInput. Allows adding custom trailing widgets to the input field.

Implementation

final Widget? inputTrailingWidget;