getErrorPlaceholder static method

ErrorPlaceholder getErrorPlaceholder()

Returns the currently set error placeholder or a default one.

Implementation

static ErrorPlaceholder getErrorPlaceholder() {
  return _errorPlaceholderBuilder?.call() ?? ErrorPlaceholder();
}