borderStyle method

Panel borderStyle(
  1. Style style
)

Sets the border text style.

Implementation

Panel borderStyle(Style style) {
  _borderStyle = style;
  return this;
}