Function compute_leaf_layout
pub fn compute_leaf_layout<MeasureFunction>(
inputs: LayoutInput,
style: &Style,
measure_function: MeasureFunction,
) -> LayoutOutputExpand description
Compute the size of a leaf node (node with no children)
pub fn compute_leaf_layout<MeasureFunction>(
inputs: LayoutInput,
style: &Style,
measure_function: MeasureFunction,
) -> LayoutOutputCompute the size of a leaf node (node with no children)