whitePlaceholder static method

Texture whitePlaceholder(
  1. Texture? texture
)

Implementation

static gpu.Texture whitePlaceholder(gpu.Texture? texture) {
  return texture ?? getWhitePlaceholderTexture();
}