textAlign property
Gets the value of "text-align"
Implementation
String get textAlign => this._textAlign;
Sets the value of "text-align"
Implementation
set textAlign(String value) {
_textAlign = value == null ? '' : value;
}
Gets the value of "text-align"
String get textAlign => this._textAlign;
Sets the value of "text-align"
set textAlign(String value) {
_textAlign = value == null ? '' : value;
}