BufferingFutureBuilder<T> constructor
const
BufferingFutureBuilder<T> ({})
Creates a new BufferingFutureBuilder that builds itself based on the
Implementation
const BufferingFutureBuilder({
required this.future,
this.progress = const CircularProgressIndicator(),
this.errorWidget = const Icon(Icons.error),
this.notFoundWidget = const Icon(Icons.not_interested),
required this.builder,
this.onLoadedData,
});