Control._getMinimumSize

Virtual method to be implemented by the user. Returns the minimum size for this control. Alternative to rectMinSize for controlling minimum size via code. The actual minimum size will be the max value of these two (in each axis separately). If not overridden, defaults to constant Vector2.ZERO.

struct Control
@nogc nothrow
Vector2
_getMinimumSize
()

Meta