alignTerms method

GroupedDefinitionList alignTerms(
  1. bool value
)

Sets whether to align terms within each group (default: true).

Implementation

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