BackgroundSpec constructor

const BackgroundSpec({
  1. BorderRadiusGeometry? borderRadius,
  2. Color? color,
  3. Gradient? gradient,
})

Implementation

const BackgroundSpec({
  this.borderRadius,
  this.color,
  this.gradient,
});