fireNodeInserted

fun fireNodeInserted(node: StateNode?, parent: StateNode, index: Int)(source)

Informs listeners that node has been inserted into this model as the indexth child of parent.

Does nothing if node is null.