alignTerms method
Sets whether to align terms within each group (default: true).
Implementation
GroupedDefinitionList alignTerms(bool value) {
_alignTerms = value;
return this;
}
Sets whether to align terms within each group (default: true).
GroupedDefinitionList alignTerms(bool value) {
_alignTerms = value;
return this;
}