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