paragraphIndent property

num get paragraphIndent

Implementation

_i2.num get paragraphIndent => _i5.getProperty(
      this,
      'paragraphIndent',
    );
set paragraphIndent (num value)

Implementation

set paragraphIndent(_i2.num value) {
  _i5.setProperty(
    this,
    'paragraphIndent',
    value,
  );
}