TextStyleDelta.value constructor
const
TextStyleDelta.value(
- TextStyle style
Creates a complete replacement of a TextStyle.
Implementation
const factory TextStyleDelta.value(TextStyle style) = _TextStyleValue;