borderBottomRightRadius property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderBottomRightRadius
Gets the value of "border-bottom-right-radius"
Implementation
String get borderBottomRightRadius =>
getPropertyValue('border-bottom-right-radius');
setborderBottomRightRadius (String value)
Sets the value of "border-bottom-right-radius"
Implementation
set borderBottomRightRadius(String value) {
setProperty('border-bottom-right-radius', value, '');
}