ancestorIsLastFlags property
For each ancestor depth level, whether that ancestor is the last child. Used to decide whether to draw a vertical continuation line at that depth. Index 0 = depth 0 ancestor, index 1 = depth 1 ancestor, etc.
Implementation
final List<bool> ancestorIsLastFlags;