indent method
Sets the left indent (default: 2).
Implementation
TwoColumnDetailList indent(int value) {
_indent = value;
return this;
}
Sets the left indent (default: 2).
TwoColumnDetailList indent(int value) {
_indent = value;
return this;
}