indentAction property

IndentAction indentAction

Describe what to do with the indentation.

Implementation

_i3.IndentAction get indentAction =>
    _i3.IndentAction.values.byName(_i5.getProperty(
      this,
      'indentAction',
    ));
void indentAction=(IndentAction value)

Implementation

set indentAction(_i3.IndentAction value) {
  _i5.setProperty(
    this,
    'indentAction',
    value.name,
  );
}