trailing property

List<Widget> trailing
final

List of widgets to display in the trailing (right) area of the app bar.

Typically contains action buttons, menus, or other interactive elements. Items are arranged horizontally with appropriate spacing based on the trailingGap setting.

Implementation

final List<Widget> trailing;