Gets the value of "text-indent"
String get textIndent => this._textIndent;
Sets the value of "text-indent"
set textIndent(String value) { _textIndent = value == null ? '' : value; }