automaticallyImplyLeading property

bool automaticallyImplyLeading
final

Controls whether the toolbar should try to imply if the leading widget is null.

If true and leading are null, the toolbar will automatically try to deduce what the leading widget should be. If false and leading is null, leading space is given to title. If the leading widget is not null, this parameter has no effect.

Implementation

final bool automaticallyImplyLeading;