trailing property

Widget? trailing
final

The widget to display at the end (trailing) of the text field, such as a clear button.

Type: Widget?

Usage: Adds interactive elements to the input, like a submit icon. Defaults to null.

Implementation

final Widget? trailing;