pub fn contained( limits: &Limits, width: impl Into<Length>, height: impl Into<Length>, f: impl FnOnce(&Limits) -> Node, ) -> Node
Computes the resulting Node that fits the Limits given some width and height requirements and a closure that produces the content Node inside the given Limits.
Node
Limits