nodeMinWidth
Each subclass of node can determine the minimum width it requires. This can be overridden on an ad-hoc basis using overrideMinWidth. The default implementation returns 0.
However, the final width 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).