pub fn actual_size_px( child: impl UiNode, size: impl IntoVar<Size2D<Px, Px>>, ) -> impl UiNode
P Getter property, gets the latest rendered widget inner size, in device pixels.
P