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