trailing property

Widget? trailing
final

Optional widget displayed at the trailing edge of the item.

Type: Widget?. Commonly used for action buttons, status indicators, or context menus. Positioned after the main content.

Implementation

final Widget? trailing;