buttonBuilder property

ContextMenuButtonBuilder? buttonBuilder
latefinal

Builds a button for the menu. It will be provided a ContextMenuButtonConfig and should return a button

Implementation

late final ContextMenuButtonBuilder? buttonBuilder;