Compose MotionEvent.size

I need to catch the same finger size available in MotionEvent.size property (called by Modifier. pointerInteropFilter) with Modifier.pointerInput recommended approach. I got a PointerInputScope.size inside property value far from the related MotionEvnt.size. Is it possible?