textAlign property Null safety

String textAlign

Gets the value of "text-align"

Implementation

String get textAlign => getPropertyValue('text-align');
void textAlign= (String value)

Sets the value of "text-align"

Implementation

set textAlign(String value) {
  setProperty('text-align', value, '');
}