trailing property

List<Widget> trailing
final

Widgets displayed at the trailing edge of the tab bar.

Type: List<Widget>, default: []. These widgets appear after the scrollable tab area, useful for actions or controls.

Implementation

final List<Widget> trailing;