struct EE::UI::GridAreaTemplate::Area

#include <gridlayouter.hpp>

struct Area {
    // fields

    int startRow { 1 };
    int startColumn { 1 };
    int endRow { 2 };
    int endColumn { 2 };
};