Gets the value of "border-bottom-style"
Source
String get borderBottomStyle => getPropertyValue('border-bottom-style');
Sets the value of "border-bottom-style"
Source
set borderBottomStyle(String value) {
setProperty('border-bottom-style', value, '');
}