ContextMenuInterceptor constructor
Implementation
ContextMenuInterceptor({
super.key,
this.margin = EdgeInsets.zero,
required this.child,
this.enabled = true,
this.forceEnabled = false,
this.debug = false,
}) {
if (!_registered) {
_register();
}
}