ContextMenuInfo constructor
ContextMenuInfo({})
Implementation
ContextMenuInfo({
required this.mapModel,
required this.halfScreenWidth,
required this.halfScreenHeight,
required this.diffX,
required this.diffY,
required this.event,
});