getLoadingPlaceholder static method

LoadingPlaceholder getLoadingPlaceholder()

Returns the currently set loading placeholder or a default one.

Implementation

static LoadingPlaceholder getLoadingPlaceholder() {
  return _loadingPlaceholderBuilder?.call() ?? LoadingPlaceholder();
}