TextStyleDelta.value constructor

const TextStyleDelta.value(
  1. TextStyle style
)

Creates a complete replacement of a TextStyle.

Implementation

const factory TextStyleDelta.value(TextStyle style) = _TextStyleValue;