descriptionStyle method

GroupedDefinitionList descriptionStyle(
  1. Style style
)

Sets the description style.

Implementation

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