GradientShadow constructor

const GradientShadow({
  1. Key? key,
  2. double? height,
  3. bool top = true,
  4. List<double>? stops,
  5. List<int>? alphas,
  6. Color? color,
  7. BorderRadiusGeometry? borderRadius,
  8. double? width,
  9. bool expand = false,
})

Implementation

const GradientShadow({
  Key? key,
  this.height,
  this.top = true,
  this.stops,
  this.alphas,
  this.color,
  this.borderRadius,
  this.width,
  this.expand = false,
}) : super(key: key);