textJustify property Null safety

String textJustify

Gets the value of "text-justify"

Implementation

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

Sets the value of "text-justify"

Implementation

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