suffixWidget property

Widget? suffixWidget
final

Optional widget to display inline at the end of the text field. Use this OR suffixIcon, not both.

Implementation

final Widget? suffixWidget;