ShapeDecorationDelta.delta constructor

const ShapeDecorationDelta.delta({
  1. Color? color,
  2. DecorationImage? image,
  3. Gradient? gradient,
  4. List<BoxShadow>? shadows,
  5. 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;