Gets the value of "border-radius"
Source
String get borderRadius => getPropertyValue('border-radius');
Sets the value of "border-radius"
Source
set borderRadius(String value) {
setProperty('border-radius', value, '');
}
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, '');
}