pub fn layout<V, T>( builder: impl FnMut(&mut T, Space) -> V + 'static, ) -> Layout<V, T>
A view for creating views based on the available space.