borderStyle method

Alert borderStyle(
  1. Style style
)

Sets the border text style.

Implementation

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