textAlign property

String get textAlign

Implementation

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

Implementation

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