WidgetTreeNode constructor
WidgetTreeNode(
- Widget widget,
- List<
WidgetTreeNode> children, - Finder finder, {
- Rect? bounds,
- Constraints? constraints,
Implementation
WidgetTreeNode(this.widget, this.children, this.finder,
{this.bounds, this.constraints});