textAlign property

Align textAlign

Implementation

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

Implementation

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