FlatNode<T> constructor
Creates a FlatNode indicating the node's layout depth and ancestorIsLast info.
Implementation
FlatNode({
required this.node,
required this.depth,
required this.ancestorIsLast,
});
Creates a FlatNode indicating the node's layout depth and ancestorIsLast info.
FlatNode({
required this.node,
required this.depth,
required this.ancestorIsLast,
});