GradientShadow constructor
const
GradientShadow({})
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);