wrapText property

  1. @DefaultValue<bool>(false)
bool get wrapText

If set to true all values that exceed the wrapLength will be wrapped.

Implementation

@DefaultValue(false)
bool get wrapText;