alignTerms method

DefinitionList alignTerms(
  1. bool value
)

Sets whether to align terms to the same width (default: true).

Implementation

DefinitionList alignTerms(bool value) {
  _alignTerms = value;
  return this;
}