lineBreak property

String lineBreak
final

Character(s) to use to separate lines.

Typically leave set at the default value of '\n' unless this style needs to treat lines differently as is the case for singleLineTextConfiguration.

Implementation

final String lineBreak;