Gets the value of "text-indent"
Source
String get textIndent => getPropertyValue('text-indent');
Sets the value of "text-indent"
Source
set textIndent(String value) {
setProperty('text-indent', value, '');
}
Gets the value of "text-indent"
String get textIndent => getPropertyValue('text-indent');
Sets the value of "text-indent"
set textIndent(String value) {
setProperty('text-indent', value, '');
}