headers property
List<StickyHeaderInfo<TKey> >
get
headers
All sticky headers in root→leaf order. The render object iterates this from index 0 (shallowest, painted last so it lands on top).
Implementation
List<StickyHeaderInfo<TKey>> get headers => _stickyHeaders;