separator method
Sets the separator between term and description (default: ':').
Implementation
DefinitionList separator(String sep) {
_separator = sep;
return this;
}
Sets the separator between term and description (default: ':').
DefinitionList separator(String sep) {
_separator = sep;
return this;
}