ContextMenu constructor

const ContextMenu({
  1. Key? key,
  2. List<ContextMenuItem> menuItems = const [],
  3. Color? color,
  4. Color? hoverColor,
  5. double width = 100,
})

Implementation

const ContextMenu({super.key, this.menuItems = const [], this.color, this.hoverColor, this.width = 100});