ContextMenuController constructor

ContextMenuController({
  1. VoidCallback? onRemove,
})

Creates a context menu that can be shown with show.

Implementation

ContextMenuController({
  this.onRemove,
});