UPdfShadingPaint constructor

const UPdfShadingPaint({
  1. Shader? shader,
  2. Color? fallback,
  3. Color? background,
})

Implementation

const UPdfShadingPaint({this.shader, this.fallback, this.background});