textJustify property
Gets the value of "text-justify"
Implementation
String get textJustify => getPropertyValue('text-justify');
Sets the value of "text-justify"
Implementation
set textJustify(String value) {
setProperty('text-justify', value, '');
}