DicomShaderException constructor

const DicomShaderException(
  1. String message
)

Thrown when the GPU Fragment Shader fails to load or compile.

This usually indicates an issue with the Flutter assets configuration or an incompatible graphics driver on the target device.

Implementation

const DicomShaderException(super.message);