preserveTransparency method Null safety
Ensures that images with a transparency channel will be delivered in PNG format.
Returns Format
Implementation
Format preserveTransparency() {
_preserveTransparency = true;
return this;
}
Ensures that images with a transparency channel will be delivered in PNG format.
Returns Format
Format preserveTransparency() {
_preserveTransparency = true;
return this;
}