DecorationDelta.value constructor

const DecorationDelta.value(
  1. Decoration decoration
)

Creates a complete replacement for a Decoration.

Implementation

const factory DecorationDelta.value(Decoration decoration) = _ValueDelta;