dart_pdf
dart_pdf copied to clipboard
ShaderMask or equivilent
Hey does the pdf library have an equivalent of Flutter's ShaderMask widget or is there an equivalent way to mask content?
I'm attempting to have an image/widget inside an image mask like this:

Thanks
The ColorFiltered widget would partially fulfil my requirement although that wouldn't allow me to have widget's (eg: text images etc) masked.