backgroundTypeFill property
A filled background
Implementation
BackgroundTypeFill? get backgroundTypeFill {
if (this is BackgroundTypeFill) {
return this as BackgroundTypeFill;
}
return null;
}
A filled background
BackgroundTypeFill? get backgroundTypeFill {
if (this is BackgroundTypeFill) {
return this as BackgroundTypeFill;
}
return null;
}