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