builder method
Implementation
Widget builder(
BuildContext context,
Widget? child,
RespondingBuilderSnapshot<T> snapshot,
) {
return _builder<T>(
onDataBuilder,
onLoadingBuilder,
onNoUsableDataBuilder,
context,
child,
snapshot,
);
}