Function Control.sizeFlagsStretchRatio

If the node and at least one of its neighbours uses the constant SIZE_EXPAND size flag, the parent Container will let it take more or less space depending on this property. If this node has a stretch ratio of 2 and its neighbour a ratio of 1, this node will take two thirds of the available space.

double sizeFlagsStretchRatio() nothrow @property @nogc;

void sizeFlagsStretchRatio (
  double v
) nothrow @property @nogc;