borderStyle property

String borderStyle

Gets the value of "border-style"

Implementation

String get borderStyle => getPropertyValue('border-style');
void borderStyle= (String value)

Sets the value of "border-style"

Implementation

set borderStyle(String value) {
  setProperty('border-style', value, '');
}