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