BackgroundSpec constructor
const
BackgroundSpec({
- BorderRadiusGeometry? borderRadius,
- Color? color,
- Gradient? gradient,
Implementation
const BackgroundSpec({
this.borderRadius,
this.color,
this.gradient,
});