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