String textIndent

Gets the value of "text-indent"

Source

String get textIndent => this._textIndent;
void textIndent=(String value)

Sets the value of "text-indent"

Source

set textIndent(String value) {
  _textIndent = value == null ? '' : value;
}