backgroundFillGradient property
Describes a gradient fill of a background
Implementation
BackgroundFillGradient? get backgroundFillGradient {
if (this is BackgroundFillGradient) {
return this as BackgroundFillGradient;
}
return null;
}
Describes a gradient fill of a background
BackgroundFillGradient? get backgroundFillGradient {
if (this is BackgroundFillGradient) {
return this as BackgroundFillGradient;
}
return null;
}