hi, is there a way to get data from onGloballyPositioned modifier only once? I have an Image composable (which is zoomable) and I need to get its initial width and height, but I don't want to update it when I zoom. Here's how I'm getting image's width and height on the device screen right now