softHyphen constant

String const softHyphen

Soft Hyphen character (U+00AD). Insert into strings to suggest word break points for automatic hyphenation by Flutter's text rendering engine.

Implementation

static const String softHyphen = '\u00ad';