border method
Sets the border style (characters).
Implementation
BoxBuilder border(style_border.Border border) {
_border = border;
return this;
}
Sets the border style (characters).
BoxBuilder border(style_border.Border border) {
_border = border;
return this;
}