floem
floem copied to clipboard
Expose `View::default_compute_layout`
While this method is implementable in custom component by copy-paste programming, it would be preferable for custom components to be able to keep up with any changes in the default implementation by calling it directly instead.
maybe we can put the method under ComputeLayoutCx and call it compute_view_children_layout?
Sure, sounds good.