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