pub fn default_compute_layout(
id: ViewId,
cx: &mut ComputeLayoutCx<'_>,
) -> Option<Rect>Expand description
Computes the layout of the view’s children, if any.
pub fn default_compute_layout(
id: ViewId,
cx: &mut ComputeLayoutCx<'_>,
) -> Option<Rect>Computes the layout of the view’s children, if any.