leading property

List<Widget> leading
final

List of widgets to display in the leading (left) area of the app bar.

Commonly includes back buttons, menu buttons, or branding elements. Items are arranged horizontally with spacing controlled by leadingGap.

Implementation

final List<Widget> leading;