automaticallyImplyTrailing property

bool automaticallyImplyTrailing
final

Flag indicating whether to add default trailing widget.

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

Defaults to true.

Implementation

final bool automaticallyImplyTrailing;