loadingBuilder property

LoadingBuilder? loadingBuilder
final

A builder function that provides a widget to display while the data is loading.

The loadingBuilder is responsible for creating a widget that represents the loading state of the custom widget. It is called when the data is being fetched or processed, allowing you to display a loading indicator or any other UI element that indicates the ongoing operation.

Implementation

final LoadingBuilder? loadingBuilder;