trailing property

Widget? trailing
final

A widget shown after the search field.

Typically a ZdsButton.text used to show a 'cancel' button.

Implementation

final Widget? trailing;