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