String textIndent

Gets the value of "text-indent"

Source

String get textIndent => getPropertyValue('text-indent');
void textIndent=(String value)

Sets the value of "text-indent"

Source

set textIndent(String value) {
  setProperty('text-indent', value, '');
}