NO_MAXIMUM

const val NO_MAXIMUM: Float

An arbitrary large number (100,000) for the default implementation of nodeMaxWidth and nodeMaxHeight.

NOTE. Float.MAX_VALUE is not used, so that a parent node can safely sum the max widths/heights of its children.