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