backgroundTypePattern property
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user
Implementation
BackgroundTypePattern? get backgroundTypePattern {
if (this is BackgroundTypePattern) {
return this as BackgroundTypePattern;
}
return null;
}