alignTerms method
Sets whether to align terms to the same width (default: true).
Implementation
DefinitionList alignTerms(bool value) {
_alignTerms = value;
return this;
}
Sets whether to align terms to the same width (default: true).
DefinitionList alignTerms(bool value) {
_alignTerms = value;
return this;
}