SimpleContextMenu constructor

const SimpleContextMenu({
  1. Key? key,
  2. required ContextMenuInfo info,
  3. Widget? child,
  4. required TapEventListener tapEventListener,
})

Implementation

const SimpleContextMenu({super.key, required this.info, this.child, required this.tapEventListener});