builder property
final
The build strategy currently used by this builder.
This builder must only return a widget and should not have any side effects as it may be called multiple times.
Implementation
final AsyncWidgetBuilder<T> builder;
The build strategy currently used by this builder.
This builder must only return a widget and should not have any side effects as it may be called multiple times.
final AsyncWidgetBuilder<T> builder;