It is the width if the layout is horizontal, or the height if it is vertical.
ClampLayout.maximumSize
int maximumSize() @propertyGet maximumSize property.
Returns
The maximum size to allocate to the children.
void maximumSize(int propval) @propertySet maximumSize property.
Parameters
propval | The maximum size to allocate to the children. It is the width if the layout is horizontal, or the height if it is vertical. |