termStyle method

DefinitionList termStyle(
  1. Style style
)

Sets the term style.

Implementation

DefinitionList termStyle(Style style) {
  _termStyle = style;
  return this;
}