builder property

ValueWidgetBuilder<bool> builder
final

The second bool param is the isLoading value provided from the controller. And the nullable/optional child is provided from child argument.

Implementation

final ValueWidgetBuilder<bool> builder;