getChildForNode method

RenderBox? getChildForNode(
  1. TKey id
)

Gets the child for the given node ID, or null if not present.

Implementation

RenderBox? getChildForNode(TKey id) => _children[id];