ShapeDecorationDelta.delta constructor
const
ShapeDecorationDelta.delta({
- Color? color,
- DecorationImage? image,
- Gradient? gradient,
- List<
BoxShadow> ? shadows, - ShapeBorder? shape,
Creates a partial modification of a ShapeDecoration.
Implementation
const factory ShapeDecorationDelta.delta({
Color? color,
DecorationImage? image,
Gradient? gradient,
List<BoxShadow>? shadows,
ShapeBorder? shape,
}) = _ShapeDelta;