builder property

Widget Function(T graphNode) builder
final

builder pass the widget that has to be rendered in tree children note : Only static widget can be passed animating or widget which keeps changing its state will not be rendered.

Implementation

final Widget Function(T graphNode) builder;