ContextMenu constructor
const
ContextMenu({})
Implementation
const ContextMenu({
super.key,
this.enabled = true,
required this.child,
required this.items,
this.behavior = HitTestBehavior.translucent,
this.direction = Axis.vertical,
});