meaningOf

fun meaningOf(meaning: ButtonMeaning, node: Node)

If you add nodes directly via children, then you should also specify their meaning, via this function. Otherwise, the nodes are assumed to be ButtonMeaning.OTHER, and won't be positioned as you (or the users) might like.

It is usually more convenient to use add instead.