descriptionStyle method

DefinitionList descriptionStyle(
  1. Style style
)

Sets the description style.

Implementation

DefinitionList descriptionStyle(Style style) {
  _descriptionStyle = style;
  return this;
}