nonBreakingHyphen constant

String const nonBreakingHyphen

For not breaking words into newline at hyphen in Text

Implementation

// ref https://stackoverflow.com/questions/59441148/flutter-no-breaking-words-into-newline-at-hyphen-in-text
static const String nonBreakingHyphen = '\u2011';