indent method
Sets the item indent within groups (default: 2).
Implementation
GroupedDefinitionList indent(int value) {
_indent = value;
return this;
}
Sets the item indent within groups (default: 2).
GroupedDefinitionList indent(int value) {
_indent = value;
return this;
}