separatorStyle method
Sets the separator style.
Implementation
GroupedDefinitionList separatorStyle(Style style) {
_separatorStyle = style;
return this;
}
Sets the separator style.
GroupedDefinitionList separatorStyle(Style style) {
_separatorStyle = style;
return this;
}