overflowItemBuilder property

CommandBarActionItemBuilder? overflowItemBuilder
final

Allows customization of the "overflow item" that will appear on the primary area of the command bar if there are any items in the secondaryItems (including any items that are dynamically considered to be there if overflowBehavior is CommandBarOverflowBehavior.dynamicOverflow.)

Implementation

final CommandBarActionItemBuilder? overflowItemBuilder;