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