textAlign property

Align get textAlign

Implementation

Align get textAlign => _textAlign;
set textAlign (Align value)

Implementation

set textAlign(Align value) {
  _textAlign = value;
  element.style.textAlign = _textAlign.name;
}