ShapeDecorationDto constructor
const
ShapeDecorationDto({
- ColorDto? color,
- ShapeBorderDto<
ShapeBorder> ? shape, - GradientDto<
Gradient> ? gradient, - List<
BoxShadowDto> ? shadows,
Implementation
const ShapeDecorationDto({
super.color,
this.shape,
super.gradient,
List<BoxShadowDto>? shadows,
}) : super(boxShadow: shadows);