inOverflowedBuilder property

WidgetBuilder? inOverflowedBuilder
final

Builds a widget to include as an entry in the overflowed menu (>>).

Normally, a ToolbarOverflowMenuItem with label and onPressed properties.

Defaults to SizedBox.shrink.

Implementation

final WidgetBuilder? inOverflowedBuilder;