backgroundFillFreeformGradient property

BackgroundFillFreeformGradient? backgroundFillFreeformGradient

Describes a freeform gradient fill of a background

Implementation

BackgroundFillFreeformGradient? get backgroundFillFreeformGradient {
  if (this is BackgroundFillFreeformGradient) {
    return this as BackgroundFillFreeformGradient;
  }
  return null;
}