textIndent property
String
get
textIndent
Implementation
_i2.String get textIndent => _i4.getProperty(
this,
'textIndent',
);
set
textIndent
(String value)
Implementation
set textIndent(_i2.String value) {
_i4.setProperty(
this,
'textIndent',
value,
);
}