struct EE::UI::UIStackLayout::NodeLine

#include <uistacklayout.hpp>

struct NodeLine {
    // fields

    SmallVector<UIWidget*, 2> nodes;
    Float maxY { 0 };
    Float width { 0 };
};