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