indentation property

num get indentation

Implementation

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

Implementation

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