borderStyle property
override
Gets the value of "border-style"
Implementation
String get borderStyle => this._borderStyle;
override
Sets the value of "border-style"
Implementation
set borderStyle(String? value) {
_borderStyle = value == null ? '' : value;
}