visibleNodes property
The flattened list of visible node IDs in render order.
Returns a read-only live view over the internal nid-indexed buffer. Mutations to the visible order are reflected automatically.
Implementation
late final List<TKey> visibleNodes = _VisibleNodesView<TKey, TData>(this);