BackgroundConfig constructor
const
BackgroundConfig({
- Color? color,
- DecorationImage? image,
- Gradient? gradient,
- BoxBorder? border,
- BorderRadius? borderRadius,
- List<
BoxShadow> ? boxShadow,
Implementation
const BackgroundConfig({
this.color,
this.image,
this.gradient,
this.border,
this.borderRadius,
this.boxShadow,
});