How the text should be aligned horizontally.
TextAlign get textAlign => _textAlign;
set textAlign(TextAlign value) { if (_textAlign == value) return; _textAlign = value; _paragraph = null; _needsLayout = true; }