prefix method
Sets a custom prefix (overrides type prefix).
Implementation
StyledBlock prefix(String prefix) {
_prefix = prefix;
return this;
}
Sets a custom prefix (overrides type prefix).
StyledBlock prefix(String prefix) {
_prefix = prefix;
return this;
}