getNodeFor abstract method

TreeSliverNode<T>? getNodeFor(
  1. T content
)

Retrieves the TreeSliverNode containing the associated content, if it exists.

If no node exists, this will return null. This does not reflect whether or not a node isActive, or if it is visible in the viewport.

Implementation

TreeSliverNode<T>? getNodeFor(T content);