backgroundFillSolid property
Describes a solid fill of a background
Implementation
BackgroundFillSolid? get backgroundFillSolid {
if (this is BackgroundFillSolid) {
return this as BackgroundFillSolid;
}
return null;
}
Describes a solid fill of a background
BackgroundFillSolid? get backgroundFillSolid {
if (this is BackgroundFillSolid) {
return this as BackgroundFillSolid;
}
return null;
}