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