WidgetTreeNode constructor

WidgetTreeNode(
  1. Widget widget,
  2. List<WidgetTreeNode> children,
  3. Finder finder, {
  4. Rect? bounds,
  5. Constraints? constraints,
})

Implementation

WidgetTreeNode(this.widget, this.children, this.finder,
    {this.bounds, this.constraints});