descriptionStyle method
Sets the description style.
Implementation
DefinitionList descriptionStyle(Style style) {
_descriptionStyle = style;
return this;
}
Sets the description style.
DefinitionList descriptionStyle(Style style) {
_descriptionStyle = style;
return this;
}