contextmenu_plus library
Classes
- ContextMenu
- The actual ContextMenu to be displayed
- ContextMenuArea
- The ContextMenuArea is the way to use a ContextMenu
Functions
-
showContextMenu(
Offset offset, BuildContext context, ContextMenuBuilder builder, dynamic verticalPadding, dynamic width) → void - Show a ContextMenu on the given BuildContext. For other parameters, see ContextMenu.
Typedefs
-
ContextMenuBuilder
= List<
Widget> Function(BuildContext context)