trailing property

Widget? trailing
final

The optional trailing widget for the header, positioned right.

Type: Widget?

Usage: Close buttons or secondary actions. Styled as large muted icons, common in dismissible dialogs like DateRange.

Implementation

final Widget? trailing;