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