gap method
Sets the gap between term and description (default: 1).
Implementation
GroupedDefinitionList gap(int value) {
_gap = value;
return this;
}
Sets the gap between term and description (default: 1).
GroupedDefinitionList gap(int value) {
_gap = value;
return this;
}