TreeBuildContext constructor

TreeBuildContext({
  1. ExtendNodeInfo? extendNodes,
  2. bool addStoppedState = true,
})

Constructs a TreeBuildContext.

Implementation

factory TreeBuildContext({
  ExtendNodeInfo? extendNodes,
  bool addStoppedState = true,
}) =>
    TreeBuildContext._(null, {}, extendNodes, addStoppedState);