gap method

DefinitionList gap(
  1. int value
)

Sets the gap between term and description (default: 1).

Implementation

DefinitionList gap(int value) {
  _gap = value;
  return this;
}