leading property

List<Widget> leading
final

Widgets displayed at the leading edge of the tab bar.

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

Implementation

final List<Widget> leading;