trailing property

List<Widget> trailing
final

A list of widgets to display on the trailing (right) side of the header bar, typically for actions like buttons or menus. Defaults to an empty list.

Implementation

final List<Widget> trailing;