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