textAlign property

String textAlign

Implementation

String get textAlign => nodeRoot.style.textAlign;
void textAlign=(String value)

Implementation

set textAlign(String value) => nodeRoot.style.textAlign = value;