ShapeDecorationDelta.value constructor

const ShapeDecorationDelta.value(
  1. ShapeDecoration decoration
)

Creates a complete replacement for a ShapeDecoration.

Implementation

const factory ShapeDecorationDelta.value(ShapeDecoration decoration) = _ShapeValue;