separatorStyle method

GroupedDefinitionList separatorStyle(
  1. Style style
)

Sets the separator style.

Implementation

GroupedDefinitionList separatorStyle(Style style) {
  _separatorStyle = style;
  return this;
}