leading property

Widget? leading
final

Leftmost widget. Recommended to use ZetaIconButton widget.

If not provided, defaults to a ZetaIconButton with a hamburger menu icon.

If provided, the leadingSemanticLabel will not be used, but should be provided by this widget.

If you do not want a leading widget, set this to Nothing.

Implementation

final Widget? leading;