textIndent property Null safety

String textIndent

Gets the value of "text-indent"

Implementation

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

Sets the value of "text-indent"

Implementation

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