hyphenateCharacter property Null safety
Gets the value of "hyphenate-character"
Implementation
String get hyphenateCharacter => getPropertyValue('hyphenate-character');
Sets the value of "hyphenate-character"
Implementation
set hyphenateCharacter(String value) {
setProperty('hyphenate-character', value, '');
}