trailing property

Widget? trailing
final

Optional widget displayed after the main content.

Often used for indicators, chevrons, or secondary actions. Positioned to the right of the content in LTR layouts.

Implementation

final Widget? trailing;