Glue: {
    glue: Dimension;
    grow?: Dimension;
    shrink?: Dimension;
}

Glue represents flexible spacing, that is a dimension that can grow (by the grow property) or shrink (by the shrink property).