nodeMinHeight

open fun nodeMinHeight(): Float

Each subclass of node can determine the minimum width it requires. This can be overridden on an ad-hoc basis using overrideMinHeight. The default implementation returns 0.

However, the final height of the node is determined by its parent, which may ignore both of these. (e.g. if the parent is too small to accommodate all of its children).