builder property

LoadableWidgetBuilder? builder
final

The builder that creates a child to display in this widget, which will use the provided loading state to show whether data is being fetched.

Implementation

final LoadableWidgetBuilder? builder;