borderStyle method
Sets the border text style.
Implementation
StyledBlock borderStyle(Style style) {
_borderStyle = style;
return this;
}
Sets the border text style.
StyledBlock borderStyle(Style style) {
_borderStyle = style;
return this;
}