indent method

GroupedDefinitionList indent(
  1. int value
)

Sets the item indent within groups (default: 2).

Implementation

GroupedDefinitionList indent(int value) {
  _indent = value;
  return this;
}