ContextMenuController constructor
- VoidCallback? onRemove,
Creates a context menu that can be shown with show.
Implementation
ContextMenuController({
this.onRemove,
});
Creates a context menu that can be shown with show.
ContextMenuController({
this.onRemove,
});