TreeRow<T> constructor
const
TreeRow<T> ({})
Implementation
const TreeRow({
required this.node,
required this.depth,
required this.expanded,
required this.hasChildren,
required this.isLast,
required this.ancestorHasNext,
});