String borderBottomRightRadius

Gets the value of "border-bottom-right-radius"

Source

String get borderBottomRightRadius =>
    getPropertyValue('border-bottom-right-radius');
void borderBottomRightRadius=(String value)

Sets the value of "border-bottom-right-radius"

Source

set borderBottomRightRadius(String value) {
  setProperty('border-bottom-right-radius', value, '');
}