nonBreakingSpace constant

String const nonBreakingSpace

Non-breaking space (U+00A0); keeps adjacent words on the same line.

Implementation

static const String nonBreakingSpace = '\u00A0';