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