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