textAlign property

TextAlignment get textAlign

Implementation

TextAlignment get textAlign => _textAlign;
set textAlign (TextAlignment newValue)

Implementation

set textAlign(TextAlignment newValue) {
  _textAlign = newValue;
  notifyListeners();
}