borderStyle property
Gets the value of "border-style"
Implementation
String get borderStyle => getPropertyValue('border-style');
Sets the value of "border-style"
Implementation
set borderStyle(String value) {
setProperty('border-style', value, '');
}