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