borderStyle property

String borderStyle

Gets the value of "border-style"

Implementation

String get borderStyle => this._borderStyle;
void borderStyle= (String value)

Sets the value of "border-style"

Implementation

set borderStyle(String value) {
  _borderStyle = value == null ? '' : value;
}