automaticallyImplyActions property

bool automaticallyImplyActions
final

Controls whether we should try to imply the actions widget if null.

If true and AppBar.actions is null or empty, automatically try to deduce what the actions widget should be. If false and AppBar.actions is null or empty, the actions widget list is kept empty. If AppBar.actions is not null, this parameter has no effect.

This property is used to configure an AppBar.

Implementation

final bool automaticallyImplyActions;