String textJustify

Gets the value of "text-justify"

Source

String get textJustify => getPropertyValue('text-justify');
void textJustify=(String value)

Sets the value of "text-justify"

Source

set textJustify(String value) {
  setProperty('text-justify', value, '');
}