trailing property

Widget? trailing
final

Widget displayed at the end of the text area.

Positioned after the text content and is commonly used for action buttons, clear buttons, or status indicators.

Implementation

final Widget? trailing;