BoxDecorationDto constructor
const
BoxDecorationDto({
- ColorDto? color,
- BoxBorderDto? border,
- BorderRadiusGeometryDto? borderRadius,
- GradientDto<
Gradient> ? gradient, - List<
BoxShadowDto> ? boxShadow, - BoxShape? shape,
- BlendMode? backgroundBlendMode,
- DecorationImageDto? image,
Implementation
const BoxDecorationDto({
super.color,
this.border,
this.borderRadius,
super.gradient,
super.boxShadow,
this.shape,
this.backgroundBlendMode,
this.image,
});