softWrap method

TextStyler softWrap(
  1. bool value
)

Sets the softWrap.

Implementation

TextStyler softWrap(bool value) {
  return merge(TextStyler(softWrap: value));
}