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