builder property
The builder function that returns the widget tree.
This function is re-executed whenever any reactive dependencies accessed during its execution change.
Implementation
final Widget Function() builder;
The builder function that returns the widget tree.
This function is re-executed whenever any reactive dependencies accessed during its execution change.
final Widget Function() builder;