groupIndent method
Sets the group header indent (default: 0).
Implementation
GroupedDefinitionList groupIndent(int value) {
_groupIndent = value;
return this;
}
Sets the group header indent (default: 0).
GroupedDefinitionList groupIndent(int value) {
_groupIndent = value;
return this;
}