automaticallyImplyLeading property

bool automaticallyImplyLeading
final

Flag indicating whether to add default leading widget.

If set to true, a leading Icon(Icons.keyboard_arrow_up) is added to the sub-header.

Defaults to false.

Implementation

final bool automaticallyImplyLeading;