phoenix::FixedLayout
A layout container that does not attempt to manage widget geometry at all. Use this if you wish to manage your own geometry in response to Window::onSize events.
struct FixedLayout : Layout {
void append(Widget &widget, const Geometry &geometry);
};